Lord-Raven commited on
Commit
45c9268
·
1 Parent(s): aad6bf7

Experimenting with few-shot classification.

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,8 +1,8 @@
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
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