Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix (#14)
Browse files- remove huggingface hub fixed version which is incompatible with latest optimum release (4b9f85e74eb6375e34bf74131a84723fdda2b663)
- requirements.txt +0 -1
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
torch==2.1.2
|
2 |
-
huggingface_hub==0.20.3
|
3 |
optimum[onnxruntime,exporters]==1.25
|
4 |
diffusers
|
5 |
sentence-transformers
|
|
|
1 |
torch==2.1.2
|
|
|
2 |
optimum[onnxruntime,exporters]==1.25
|
3 |
diffusers
|
4 |
sentence-transformers
|