Lord-Raven commited on
Commit
ad8df9b
·
1 Parent(s): 4287a84

Trying ONNX models on CPU.

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  torch==2.4.0
2
  fastapi==0.88.0
3
- huggingface_hub==0.32.4
4
  json5==0.9.25
5
  numpy
6
  uvicorn
7
- optimum[onnxruntime-gpu]==1.25.3
8
- transformers==4.51.3
 
1
  torch==2.4.0
2
  fastapi==0.88.0
3
+ huggingface_hub==0.26.0
4
  json5==0.9.25
5
  numpy
6
  uvicorn
7
+ optimum[onnxruntime-gpu]==1.24.0
8
+ transformers==4.36