Skip to content

Commit

Permalink
Fix:(req) pinned torch version to 2.3.1, avoid inference speed abnorm…
Browse files Browse the repository at this point in the history
…al slow down (#443)
  • Loading branch information
Stardust-minus committed Aug 3, 2024
1 parent 024667c commit 59fa05d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies = [
"loralib>=0.1.2",
"natsort>=8.4.0",
"pyrootutils>=1.0.4",
"torch==2.3.1",
"vector_quantize_pytorch>=1.14.24",
"resampy>=0.4.3",
"einx[torch]==0.2.2",
Expand All @@ -41,7 +42,7 @@ dependencies = [
"modelscope==1.16.1",
"funasr==1.1.2",
"opencc-python-reimplemented==0.1.7",
"torchaudio"
"torchaudio",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 59fa05d

Please sign in to comment.