Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ npm i @huggingface/transformers
|
|
19 |
## ONNX conversion script:
|
20 |
First, install the following dependencies:
|
21 |
```sh
|
22 |
-
pip install --upgrade git+https://github.com/huggingface/transformers.git
|
23 |
```
|
24 |
|
25 |
```py
|
|
|
19 |
## ONNX conversion script:
|
20 |
First, install the following dependencies:
|
21 |
```sh
|
22 |
+
pip install --upgrade git+https://github.com/huggingface/transformers.git onnx==1.17.0 onnxruntime==1.20.1 optimum==1.23.3 onnxslim==0.1.42
|
23 |
```
|
24 |
|
25 |
```py
|