Spaces:
Runtime error
Runtime error
Synced repo using 'sync_with_huggingface' Github Action
Browse filesoriginal:
- remote: "https://github.com/xiaoyao9184/convert-to-genai"
- commit: "eb159e204f250d5d3d2308defaaa40b2fffb16d8"
sync_with_huggingface:
- repository: ""
- ref: ""
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@ torch==2.7.0
|
|
| 2 |
transformers==4.52.4
|
| 3 |
onnx==1.18.0
|
| 4 |
onnxruntime==1.22.0
|
| 5 |
-
onnxruntime-genai==0.
|
| 6 |
gradio==5.34.2
|
| 7 |
|
| 8 |
# need for cpu-int4-rtn-block-32
|
|
|
|
| 2 |
transformers==4.52.4
|
| 3 |
onnx==1.18.0
|
| 4 |
onnxruntime==1.22.0
|
| 5 |
+
onnxruntime-genai==0.9.0
|
| 6 |
gradio==5.34.2
|
| 7 |
|
| 8 |
# need for cpu-int4-rtn-block-32
|