Jangai commited on
Commit
7d72b3c
·
verified ·
1 Parent(s): 8d0d041

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- torch==1.10.0
2
- torchvision==0.11.1
3
- torchaudio==0.10.0
4
  transformers==4.11.3
5
  gradio==2.3.7
 
1
+ torch==2.2.0
2
+ torchvision==0.13.0 # Adjust based on compatibility with torch 2.2.0
3
+ torchaudio==0.12.0 # Adjust based on compatibility with torch 2.2.0
4
  transformers==4.11.3
5
  gradio==2.3.7