Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,10 @@ tags: []
|
|
9 |
|
10 |
|
11 |
## ONNX export code
|
|
|
|
|
|
|
|
|
12 |
|
13 |
```py
|
14 |
import os
|
|
|
9 |
|
10 |
|
11 |
## ONNX export code
|
12 |
+
```sh
|
13 |
+
pip install --upgrade git+https://github.com/huggingface/transformers.git@xenova-patch-2 onnx==1.17.0 onnxruntime==1.20.1 optimum==1.23.3 onnxslim==0.1.42
|
14 |
+
```
|
15 |
+
|
16 |
|
17 |
```py
|
18 |
import os
|