Spaces:
Running
on
Zero
Running
on
Zero
Lord-Raven
commited on
Commit
·
2150498
1
Parent(s):
a1ad0b8
Experimenting with few-shot classification.
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
fastapi==0.88.0
|
2 |
-
huggingface_hub
|
3 |
json5==0.9.10
|
4 |
numpy==1.23.4
|
5 |
optimum[exporters,onnxruntime]==1.21.3
|
|
|
1 |
fastapi==0.88.0
|
2 |
+
huggingface_hub==0.23.5
|
3 |
json5==0.9.10
|
4 |
numpy==1.23.4
|
5 |
optimum[exporters,onnxruntime]==1.21.3
|