update readme.txt
Browse files
README.md
CHANGED
|
@@ -46,7 +46,7 @@ To load the model with HuggingFace, use the following snippet:
|
|
| 46 |
```
|
| 47 |
from transformers import AutoModelForCausalLM
|
| 48 |
|
| 49 |
-
model = AutoModelForCausalLM.from_pretrained("ContaAI/ContaLLM-Beauty-8B-Instruct")
|
| 50 |
```
|
| 51 |
|
| 52 |
|
|
|
|
| 46 |
```
|
| 47 |
from transformers import AutoModelForCausalLM
|
| 48 |
|
| 49 |
+
model = AutoModelForCausalLM.from_pretrained("ContaAI/ContaLLM-Beauty-8B-Instruct-8bit")
|
| 50 |
```
|
| 51 |
|
| 52 |
|