MengniWang commited on
Commit
55d5655
1 Parent(s): 653ae5f

fix readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ python -m transformers.onnx --model=EleutherAI/gpt-j-6B onnx_gptj/ --framework
37
 
38
  Download the model and script by cloning the repository:
39
  ```shell
40
- git clone https://huggingface.co/Intel/gpt-j-6B-int8-dynamic`
41
  ```
42
 
43
  Then you can do inference based on the model and script 'evaluation.ipynb'.
 
37
 
38
  Download the model and script by cloning the repository:
39
  ```shell
40
+ git clone https://huggingface.co/Intel/gpt-j-6B-int8-dynamic
41
  ```
42
 
43
  Then you can do inference based on the model and script 'evaluation.ipynb'.