Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ token = os.environ["HF_TOKEN"]
|
|
21 |
|
22 |
|
23 |
model = AutoModelForCausalLM.from_pretrained(
|
24 |
-
"microsoft/Phi-3-mini-
|
25 |
token=token,
|
26 |
trust_remote_code=True,
|
27 |
)
|
|
|
21 |
|
22 |
|
23 |
model = AutoModelForCausalLM.from_pretrained(
|
24 |
+
"microsoft/Phi-3-mini-4k-instruct",
|
25 |
token=token,
|
26 |
trust_remote_code=True,
|
27 |
)
|