david-thrower commited on
Commit
10edbe0
·
verified ·
1 Parent(s): 602010e

Update requirements.txt

Browse files

Added back Onnx runtime for another attempt at ONNX optimization.

Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  transformers==4.54.0
2
- torch==2.7.0
3
  accelerate==1.8.1
4
- hqq==0.2.7.post1
5
  # bitsandbytes==0.46.1
6
- # optimum==1.27.0
7
- # onnx==1.18.0
8
- # onnxruntime==1.22.1
 
1
  transformers==4.54.0
2
+ # torch==2.7.0
3
  accelerate==1.8.1
4
+ # hqq==0.2.7.post1
5
  # bitsandbytes==0.46.1
6
+ optimum==1.27.0
7
+ onnx==1.18.0
8
+ onnxruntime==1.22.1