ericsorides commited on
Commit
2cc2240
·
verified ·
1 Parent(s): 167c665

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -21,7 +21,7 @@ The model is in the fp16 format and has the KVC enabled.
21
  ## How to download ONNX model and weight files
22
 
23
  The easiest way to obtain the model is to clone this whole repo.
24
- Alternatively you can download the files is using the `huggingface-hub` Python library
25
 
26
  ```shell
27
  pip3 install huggingface-hub>=0.17.1
@@ -42,7 +42,7 @@ This model can easily be ran in a CPU using [ONNXRuntime](https://onnxruntime.ai
42
  #### First install the packages
43
 
44
  ```bash
45
- pip3 install onnx==1.17.3
46
  pip3 install onnxruntime==1.17.1
47
  ```
48
 
 
21
  ## How to download ONNX model and weight files
22
 
23
  The easiest way to obtain the model is to clone this whole repo.
24
+ Alternatively you can download the files is using the `huggingface-hub` Python library.
25
 
26
  ```shell
27
  pip3 install huggingface-hub>=0.17.1
 
42
  #### First install the packages
43
 
44
  ```bash
45
+ pip3 install onnx==1.16.1
46
  pip3 install onnxruntime==1.17.1
47
  ```
48