Ankitajadhav commited on
Commit
282bf68
·
verified ·
1 Parent(s): cd85695

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ os.environ['TF_ENABLE_ONEDNN_OPTS'] = '0'
15
 
16
 
17
  torch.random.manual_seed(0)
18
- model_name = "microsoft/Phi-3-mini-4k-instruct"
19
 
20
  model = AutoModelForCausalLM.from_pretrained(
21
  model_name,
 
15
 
16
 
17
  torch.random.manual_seed(0)
18
+ model_name = "microsoft/Phi-3-mini-4k-instruct-gguf"
19
 
20
  model = AutoModelForCausalLM.from_pretrained(
21
  model_name,