Aneeshmishra commited on
Commit
e26daef
·
verified ·
1 Parent(s): f76838b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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