Text Generation
Transformers
Safetensors
imp_phi3
conversational
custom_code
Oyoy1235 commited on
Commit
2d9d540
1 Parent(s): 67394b9

update readme

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