Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
accelerate
|
| 2 |
-
diffusers==0.
|
| 3 |
gradio==3.48.0
|
| 4 |
Pillow
|
| 5 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 6 |
-
torch==2.1.
|
| 7 |
-
openvino
|
| 8 |
-
optimum==1.14.
|
| 9 |
optimum-intel==1.12.1
|
| 10 |
onnx==1.15.0
|
| 11 |
-
transformers==4.35.
|
| 12 |
|
| 13 |
git+https://huggingface.co/spaces/Wauplin/gradio-user-history
|
|
|
|
| 1 |
accelerate
|
| 2 |
+
diffusers==0.24.0
|
| 3 |
gradio==3.48.0
|
| 4 |
Pillow
|
| 5 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 6 |
+
torch==2.1.1+cpu
|
| 7 |
+
openvino==2023.2.0
|
| 8 |
+
optimum==1.14.1
|
| 9 |
optimum-intel==1.12.1
|
| 10 |
onnx==1.15.0
|
| 11 |
+
transformers==4.35.2
|
| 12 |
|
| 13 |
git+https://huggingface.co/spaces/Wauplin/gradio-user-history
|