Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
torch==2.
|
| 2 |
-
torchvision==0.
|
|
|
|
| 3 |
|
| 4 |
accelerate
|
| 5 |
bitsandbytes
|
|
@@ -11,7 +12,6 @@ peft>=0.12.0
|
|
| 11 |
decord>=0.6.0
|
| 12 |
wandb
|
| 13 |
pandas
|
| 14 |
-
torchao>=0.5.0
|
| 15 |
sentencepiece>=0.2.0
|
| 16 |
imageio-ffmpeg>=0.5.1
|
| 17 |
numpy>=1.26.4
|
|
|
|
| 1 |
+
torch==2.11.0
|
| 2 |
+
torchvision==0.26.0
|
| 3 |
+
torchao==0.17.0
|
| 4 |
|
| 5 |
accelerate
|
| 6 |
bitsandbytes
|
|
|
|
| 12 |
decord>=0.6.0
|
| 13 |
wandb
|
| 14 |
pandas
|
|
|
|
| 15 |
sentencepiece>=0.2.0
|
| 16 |
imageio-ffmpeg>=0.5.1
|
| 17 |
numpy>=1.26.4
|