MengniWang
commited on
Commit
•
48adad1
1
Parent(s):
45ae2eb
fix readme
Browse files
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-static
|
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-static
|
41 |
```
|
42 |
|
43 |
Then you can do inference based on the model and script 'evaluation.ipynb'.
|