Skip to content

Commit

Permalink
fixing library versions for python3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanker13 committed Jan 5, 2024
1 parent 580b795 commit 257a535
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,9 +1,9 @@
torch>=1.8.1
torchvision>=0.9.1
torchaudio>=0.8.1
einops==0.7.0
einops>=0.6.1
transformers_stream_generator==0.0.4
boto3==1.33.9
transformers>=4.20.0
peft>=0.7.0
huggingface_hub==0.19.4
peft>=0.3.0
huggingface_hub==0.16.4
6 changes: 3 additions & 3 deletions sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"torch>=1.8.1",
"torchvision>=0.9.1",
"torchaudio>=0.8.1",
"einops>=0.7.0",
"einops>=0.6.1",
"transformers_stream_generator>=0.0.4",
"peft>=0.7.0",
"peft>=0.3.0",
"datasets>=2.15.0",
"huggingface-hub>=0.19.4",
"huggingface-hub>=0.16.4",
]

setuptools.setup(
Expand Down

0 comments on commit 257a535

Please sign in to comment.