gdnartea commited on
Commit
eadd678
·
verified ·
1 Parent(s): 69af13f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from nemo.collections.asr.parts.utils.transcribe_utils import get_buffered_pred_
16
 
17
 
18
  torch.random.manual_seed(0)
19
- proc_model_name = "SanctumAI/Phi-3-mini-4k-instruct-GGUF"
20
  proc_model = AutoModelForCausalLM.from_pretrained(proc_model_name)
21
  proc_model.to("cpu")
22
  proc_tokenizer = AutoTokenizer.from_pretrained(proc_model_name)
 
16
 
17
 
18
  torch.random.manual_seed(0)
19
+ proc_model_name = "microsoft/Phi-3-mini-4k-instruct-gguf"
20
  proc_model = AutoModelForCausalLM.from_pretrained(proc_model_name)
21
  proc_model.to("cpu")
22
  proc_tokenizer = AutoTokenizer.from_pretrained(proc_model_name)