Lord-Raven commited on
Commit
f18bb40
·
1 Parent(s): bb20330

Trying ONNX models on CPU.

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -4,5 +4,5 @@ huggingface_hub==0.32.4
4
  json5==0.9.25
5
  numpy
6
  uvicorn
7
- optimum[onnxruntime,onnxruntime-gpu]==1.25.3
8
  transformers==4.51.3
 
4
  json5==0.9.25
5
  numpy
6
  uvicorn
7
+ optimum[exporters,onnxruntime,onnxruntime-gpu]==1.25.3
8
  transformers==4.51.3