ambujm22 commited on
Commit
96d8a66
·
1 Parent(s): dc5846e
Files changed (1) hide show
  1. requirements.txt +6 -3
requirements.txt CHANGED
@@ -1,6 +1,9 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu121
2
- torch==2.6.0+cu121
3
- torchaudio==2.6.0+cu121
 
 
 
4
  transformers>=4.43
5
  accelerate>=0.33
6
  diffusers>=0.31
 
1
+ --index-url https://download.pytorch.org/whl/cu121
2
+ --extra-index-url https://pypi.org/simple
3
+
4
+ torch==2.5.1+cu121
5
+ torchaudio==2.5.1+cu121
6
+
7
  transformers>=4.43
8
  accelerate>=0.33
9
  diffusers>=0.31