Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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,
|