CarrotAI commited on
Commit
8a57e2e
·
verified ·
1 Parent(s): 58d9dd7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
18
  device = "cuda" # the device to load the model onto
19
 
20
  model = AutoModelForCausalLM.from_pretrained(
21
- "Qwen/Qwen2-7B-Instruct",
22
  torch_dtype="auto",
23
  device_map="auto"
24
  )
 
18
  device = "cuda" # the device to load the model onto
19
 
20
  model = AutoModelForCausalLM.from_pretrained(
21
+ "CarrotAI/Rabbit-Ko-15B-Instruct",
22
  torch_dtype="auto",
23
  device_map="auto"
24
  )