Text Generation
Transformers
Safetensors
imp
custom_code
Oyoy1235 commited on
Commit
cfa11ef
1 Parent(s): 1496057

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ torch.set_default_device("cuda")
37
 
38
  #Create model
39
  model = AutoModelForCausalLM.from_pretrained(
40
- "MILVLG/Imp-v1.5-3B-Phi2",
41
  torch_dtype=torch.float16,
42
  device_map="auto",
43
  trust_remote_code=True)
 
37
 
38
  #Create model
39
  model = AutoModelForCausalLM.from_pretrained(
40
+ "MILVLG/Imp-v1.5-3B-Phi2/",
41
  torch_dtype=torch.float16,
42
  device_map="auto",
43
  trust_remote_code=True)