Commit ·
22c0a31
1
Parent(s): 9d1e8e6
asddfsdg
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
|
@@ -1,13 +1,12 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
|
| 3 |
-
torch==2.
|
| 4 |
-
torchvision==0.
|
| 5 |
-
torchaudio==2.
|
| 6 |
-
transformers==4.
|
| 7 |
-
sentence_transformers==2.2.2
|
| 8 |
decord==0.6.0
|
| 9 |
-
huggingface_hub==0.
|
| 10 |
-
tokenizers==0.
|
| 11 |
peft==0.4.0
|
| 12 |
Pillow
|
| 13 |
einops
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
|
| 3 |
+
torch==2.2.0
|
| 4 |
+
torchvision==0.17.0
|
| 5 |
+
torchaudio==2.7.0
|
| 6 |
+
transformers==4.40.0
|
|
|
|
| 7 |
decord==0.6.0
|
| 8 |
+
huggingface_hub==0.33.4
|
| 9 |
+
tokenizers==0.21.2
|
| 10 |
peft==0.4.0
|
| 11 |
Pillow
|
| 12 |
einops
|