Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -10,3 +10,4 @@ transformers>=4.46.0 # model & pipeline
|
|
10 |
torch>=2.2.0 # CPU wheel auto-selected
|
11 |
sentencepiece>=0.1.99 # DistilBART tokenizer
|
12 |
gradio>=4.28.0 # UI
|
|
|
|
10 |
torch>=2.2.0 # CPU wheel auto-selected
|
11 |
sentencepiece>=0.1.99 # DistilBART tokenizer
|
12 |
gradio>=4.28.0 # UI
|
13 |
+
optimum[onnxruntime]>=1.18.0
|