thuyentruong commited on
Commit
362c8d1
·
verified ·
1 Parent(s): 9a268c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import torch
8
 
9
  hf_token = os.environ.get('hf_token')
10
 
11
- model_path= 'thuyentruong/Phi-4-mini-instruct_quantized'#'microsoft/Phi-4-mini-instruct'
12
 
13
  model = AutoModelForCausalLM.from_pretrained(
14
  model_path,
 
8
 
9
  hf_token = os.environ.get('hf_token')
10
 
11
+ model_path= 'microsoft/Phi-4-mini-instruct'
12
 
13
  model = AutoModelForCausalLM.from_pretrained(
14
  model_path,