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