Siming Huang
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -66,7 +66,7 @@ license_link: https://huggingface.co/infly/OpenCoder-1.5B-Instruct/blob/main/LIC
|
|
| 66 |
|
| 67 |
```python
|
| 68 |
import torch
|
| 69 |
-
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 70 |
|
| 71 |
model_name = "infly/OpenCoder-1.5B-Instruct"
|
| 72 |
model = AutoModelForCausalLM.from_pretrained(model_name,
|
|
|
|
| 66 |
|
| 67 |
```python
|
| 68 |
import torch
|
| 69 |
+
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 70 |
|
| 71 |
model_name = "infly/OpenCoder-1.5B-Instruct"
|
| 72 |
model = AutoModelForCausalLM.from_pretrained(model_name,
|