Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
torch
|
3 |
-
torchaudio
|
4 |
torchvision==0.20.1
|
5 |
xformers==0.0.28.post3
|
6 |
onnx==1.17.0
|
7 |
onnxruntime-gpu==1.19.2
|
8 |
deepspeed==0.15.2
|
9 |
-
accelerate
|
10 |
-
diffusers
|
11 |
-
transformers
|
12 |
tokenizers==0.20.1
|
13 |
peft==0.12.0
|
14 |
decord==0.6.0
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch
|
3 |
+
torchaudio
|
4 |
torchvision==0.20.1
|
5 |
xformers==0.0.28.post3
|
6 |
onnx==1.17.0
|
7 |
onnxruntime-gpu==1.19.2
|
8 |
deepspeed==0.15.2
|
9 |
+
accelerate
|
10 |
+
diffusers
|
11 |
+
transformers
|
12 |
tokenizers==0.20.1
|
13 |
peft==0.12.0
|
14 |
decord==0.6.0
|