qnguyen3 commited on
Commit
2ee9c89
1 Parent(s): 49bcbab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ import torch
39
  device = "cuda" # the device to load the model onto
40
 
41
  model = AutoModelForCausalLM.from_pretrained(
42
- "vilm/VinaLlama2-14B",
43
  torch_dtype='auto',
44
  device_map="auto"
45
  )
 
39
  device = "cuda" # the device to load the model onto
40
 
41
  model = AutoModelForCausalLM.from_pretrained(
42
+ "qnguyen3/Master-Yi-9B",
43
  torch_dtype='auto',
44
  device_map="auto"
45
  )