Skip to content

Commit

Permalink
torch version fix for python3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanker13 committed Jan 5, 2024
1 parent 7d7beff commit b11ecc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions sdk/python/kubeflow/storage_init_container/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
torch>=1.8.2
torchvision>=0.9.2
torchaudio>=0.8.2
torch>=1.8.1
torchvision>=0.9.1
torchaudio>=0.8.1
einops==0.7.0
transformers_stream_generator==0.0.4
boto3==1.33.9
Expand Down
6 changes: 3 additions & 3 deletions sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"retrying>=1.3.3",
"boto3>=1.33.9",
"transformers>=4.20.0",
"torch>=1.8.2",
"torchvision>=0.9.2",
"torchaudio>=0.8.2",
"torch>=1.8.1",
"torchvision>=0.9.1",
"torchaudio>=0.8.1",
"einops>=0.7.0",
"transformers_stream_generator>=0.0.4",
"peft>=0.7.0",
Expand Down

0 comments on commit b11ecc7

Please sign in to comment.