Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
install latest optimum version
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
torch==2.1.2
|
2 |
-
transformers==4.37.2
|
3 |
huggingface_hub==0.20.3
|
4 |
-
optimum[onnxruntime,exporters]==1.
|
|
|
|
|
|
|
5 |
APScheduler
|
|
|
1 |
torch==2.1.2
|
|
|
2 |
huggingface_hub==0.20.3
|
3 |
+
optimum[onnxruntime,exporters]==1.25
|
4 |
+
diffusers
|
5 |
+
sentence-transformers
|
6 |
+
timm
|
7 |
APScheduler
|