Skip to content

Commit

Permalink
fix(dependencies): pin pytorch version (#3872)
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler authored Oct 18, 2024
1 parent a26fb54 commit 3e77a17
Show file tree
Hide file tree
Showing 46 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion backend/python/autogptq/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch
torch==2.4.1+cu118
2 changes: 1 addition & 1 deletion backend/python/autogptq/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
torch
torch==2.4.1
2 changes: 1 addition & 1 deletion backend/python/autogptq/requirements-hipblas.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--extra-index-url https://download.pytorch.org/whl/rocm6.0
torch
torch==2.4.1+rocm6.0
4 changes: 2 additions & 2 deletions backend/python/bark/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
transformers
accelerate
torch
torchaudio
torch==2.4.1
torchaudio==2.4.1
4 changes: 2 additions & 2 deletions backend/python/bark/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch
torchaudio
torch==2.4.1+cu118
torchaudio==2.4.1+cu118
transformers
accelerate
4 changes: 2 additions & 2 deletions backend/python/bark/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch
torchaudio
torch==2.4.1
torchaudio==2.4.1
transformers
accelerate
4 changes: 2 additions & 2 deletions backend/python/bark/requirements-hipblas.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/rocm6.0
torch
torchaudio
torch==2.4.1+rocm6.0
torchaudio==2.4.1+rocm6.0
transformers
accelerate
2 changes: 1 addition & 1 deletion backend/python/coqui/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
transformers
accelerate
torch
torch==2.4.1
4 changes: 2 additions & 2 deletions backend/python/coqui/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch
torchaudio
torch==2.4.1+cu118
torchaudio==2.4.1+cu118
transformers
accelerate
4 changes: 2 additions & 2 deletions backend/python/coqui/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch
torchaudio
torch==2.4.1
torchaudio==2.4.1
transformers
accelerate
4 changes: 2 additions & 2 deletions backend/python/coqui/requirements-hipblas.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/rocm6.0
torch
torchaudio
torch==2.4.1+rocm6.0
torchaudio==2.4.1+rocm6.0
transformers
accelerate
2 changes: 1 addition & 1 deletion backend/python/diffusers/requirements-cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ accelerate
compel
peft
sentencepiece
torch
torch==2.4.1
optimum-quanto
2 changes: 1 addition & 1 deletion backend/python/diffusers/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch
torch==2.4.1+cu118
diffusers
opencv-python
transformers
Expand Down
2 changes: 1 addition & 1 deletion backend/python/diffusers/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch
torch==2.4.1
diffusers
opencv-python
transformers
Expand Down
2 changes: 1 addition & 1 deletion backend/python/exllama2/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
transformers
accelerate
torch
torch==2.4.1
2 changes: 1 addition & 1 deletion backend/python/exllama2/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch
torch==2.4.1+cu118
transformers
accelerate
2 changes: 1 addition & 1 deletion backend/python/exllama2/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
torch
torch==2.4.1
transformers
accelerate
2 changes: 1 addition & 1 deletion backend/python/openvoice/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
torch
torch==2.4.1
2 changes: 1 addition & 1 deletion backend/python/openvoice/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch
torch==2.4.1+cu118
2 changes: 1 addition & 1 deletion backend/python/openvoice/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
torch
torch==2.4.1
2 changes: 1 addition & 1 deletion backend/python/parler-tts/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
transformers
accelerate
torch
torch==2.4.1
4 changes: 2 additions & 2 deletions backend/python/parler-tts/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch
torchaudio
torch==2.4.1+cu118
torchaudio==2.4.1+cu118
transformers
accelerate
4 changes: 2 additions & 2 deletions backend/python/parler-tts/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch
torchaudio
torch==2.4.1
torchaudio==2.4.1
transformers
accelerate
2 changes: 1 addition & 1 deletion backend/python/rerankers/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
transformers
accelerate
torch
torch==2.4.1
rerankers[transformers]
2 changes: 1 addition & 1 deletion backend/python/rerankers/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/cu118
transformers
accelerate
torch
torch==2.4.1+cu118
rerankers[transformers]
2 changes: 1 addition & 1 deletion backend/python/rerankers/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
transformers
accelerate
torch
torch==2.4.1
rerankers[transformers]
2 changes: 1 addition & 1 deletion backend/python/rerankers/requirements-hipblas.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/rocm6.0
transformers
accelerate
torch
torch==2.4.1+rocm6.0
rerankers[transformers]
2 changes: 1 addition & 1 deletion backend/python/sentencetransformers/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch
torch==2.4.1
accelerate
transformers
bitsandbytes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch
torch==2.4.1+cu118
accelerate
sentence-transformers==3.2.0
transformers
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch
torch==2.4.1
accelerate
sentence-transformers==3.2.0
transformers
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/rocm6.0
torch
torch==2.4.1+rocm6.0
accelerate
sentence-transformers==3.2.0
transformers
2 changes: 1 addition & 1 deletion backend/python/transformers-musicgen/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
transformers
accelerate
torch
torch==2.4.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/cu118
transformers
accelerate
torch
torch==2.4.1+cu118
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
transformers
accelerate
torch
torch==2.4.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/rocm6.0
transformers
accelerate
torch
torch==2.4.1+rocm6.0
2 changes: 1 addition & 1 deletion backend/python/transformers/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch
torch==2.4.1
accelerate
transformers
bitsandbytes
2 changes: 1 addition & 1 deletion backend/python/transformers/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch
torch==2.4.1+cu118
accelerate
transformers
bitsandbytes
2 changes: 1 addition & 1 deletion backend/python/transformers/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch
torch==2.4.1
accelerate
transformers
bitsandbytes
2 changes: 1 addition & 1 deletion backend/python/transformers/requirements-hipblas.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/rocm6.0
torch
torch==2.4.1+rocm6.0
accelerate
transformers
bitsandbytes
4 changes: 2 additions & 2 deletions backend/python/vall-e-x/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
accelerate
torch
torchaudio
torch==2.4.1
torchaudio==2.4.1
4 changes: 2 additions & 2 deletions backend/python/vall-e-x/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/cu118
accelerate
torch
torchaudio
torch==2.4.1+cu118
torchaudio==2.4.1+cu118
4 changes: 2 additions & 2 deletions backend/python/vall-e-x/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
accelerate
torch
torchaudio
torch==2.4.1
torchaudio==2.4.1
2 changes: 1 addition & 1 deletion backend/python/vllm/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
accelerate
torch
torch==2.4.1
transformers
2 changes: 1 addition & 1 deletion backend/python/vllm/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/cu118
accelerate
torch
torch==2.4.1+cu118
transformers
bitsandbytes
2 changes: 1 addition & 1 deletion backend/python/vllm/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accelerate
torch
torch==2.4.1
transformers
bitsandbytes
2 changes: 1 addition & 1 deletion backend/python/vllm/requirements-hipblas.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/rocm6.0
accelerate
torch
torch==2.4.1+rocm6.0
transformers
bitsandbytes

0 comments on commit 3e77a17

Please sign in to comment.