Xenova HF staff commited on
Commit
0bef5ca
·
verified ·
1 Parent(s): f2780c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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@xenova-patch-2 onnx==1.17.0 onnxruntime==1.20.1 optimum==1.23.3 onnxslim==0.1.42
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