Spaces:
Running
on
Zero
Running
on
Zero
Lord-Raven
commited on
Commit
·
0f9877e
1
Parent(s):
45c9268
Experimenting with few-shot classification.
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
fastapi==0.88.0
|
2 |
huggingface_hub==0.24.6
|
3 |
json5==0.9.25
|
4 |
-
numpy
|
5 |
optimum[exporters,onnxruntime]==1.21.4
|
6 |
setfit==1.0.3
|
7 |
torch==1.12.1
|
|
|
1 |
fastapi==0.88.0
|
2 |
huggingface_hub==0.24.6
|
3 |
json5==0.9.25
|
4 |
+
numpy<2.0
|
5 |
optimum[exporters,onnxruntime]==1.21.4
|
6 |
setfit==1.0.3
|
7 |
torch==1.12.1
|