gdnartea commited on
Commit
b3593e7
·
verified ·
1 Parent(s): 79d302d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ proc_tokenizer = AutoTokenizer.from_pretrained(proc_model_name)
43
  '''
44
 
45
  torch.random.manual_seed(0)
46
- proc_model_name = "microsoft/Phi-3-mini-4k-instruct-onnx"
47
  proc_model = AutoModelForCausalLM.from_pretrained(
48
  proc_model_name,
49
  trust_remote_code=True,
 
43
  '''
44
 
45
  torch.random.manual_seed(0)
46
+ proc_model_name = "microsoft/Phi-3-mini-4k-instruct"
47
  proc_model = AutoModelForCausalLM.from_pretrained(
48
  proc_model_name,
49
  trust_remote_code=True,