Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def say_hello(msg: str):
|
|
13 |
print("model")
|
14 |
torch.random.manual_seed(0)
|
15 |
model = AutoModelForCausalLM.from_pretrained(
|
16 |
-
"microsoft/Phi-3-mini-
|
17 |
device_map="auto",
|
18 |
torch_dtype="auto",
|
19 |
trust_remote_code=True,
|
|
|
13 |
print("model")
|
14 |
torch.random.manual_seed(0)
|
15 |
model = AutoModelForCausalLM.from_pretrained(
|
16 |
+
"microsoft/Phi-3-mini-4k-instruct",
|
17 |
device_map="auto",
|
18 |
torch_dtype="auto",
|
19 |
trust_remote_code=True,
|