vicky4s4s commited on
Commit
e8482a0
·
verified ·
1 Parent(s): 05f93c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
40
  device = "cuda" # the device to load the model onto
41
 
42
  model = AutoModelForCausalLM.from_pretrained(
43
- "Qwen/Qwen2-1.5B-Instruct",
44
  torch_dtype="auto",
45
  device_map="auto"
46
  )
 
40
  device = "cuda" # the device to load the model onto
41
 
42
  model = AutoModelForCausalLM.from_pretrained(
43
+ "vicky4s4s/Qwen2-1.5B",
44
  torch_dtype="auto",
45
  device_map="auto"
46
  )