Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
torch
|
3 |
torchaudio
|
4 |
torchvision
|
5 |
-
xformers
|
6 |
-
onnx
|
7 |
-
onnxruntime-gpu
|
8 |
deepspeed==0.15.2
|
9 |
accelerate
|
10 |
diffusers
|
|
|
2 |
torch
|
3 |
torchaudio
|
4 |
torchvision
|
5 |
+
xformers
|
6 |
+
onnx==1.17.0
|
7 |
+
onnxruntime-gpu==1.19.2
|
8 |
deepspeed==0.15.2
|
9 |
accelerate
|
10 |
diffusers
|