Tonya66 commited on
Commit
a662ed4
1 Parent(s): 4e1b883

update readme.txt

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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