Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
23 |
torch_dtype="auto",
|
24 |
trust_remote_code=True,
|
25 |
)
|
26 |
-
tok = AutoTokenizer.from_pretrained("
|
27 |
terminators = [
|
28 |
tok.eos_token_id,
|
29 |
]
|
|
|
23 |
torch_dtype="auto",
|
24 |
trust_remote_code=True,
|
25 |
)
|
26 |
+
tok = AutoTokenizer.from_pretrained("microsoft/Phi-3-mini-128k-instruct",trust_remote_code=True,)
|
27 |
terminators = [
|
28 |
tok.eos_token_id,
|
29 |
]
|