Spaces:
Runtime error
Runtime error
shrimantasatpati
commited on
Commit
•
cade733
1
Parent(s):
287e1cb
Updated app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,8 @@ tokenizer = AutoTokenizer.from_pretrained(
|
|
9 |
)
|
10 |
|
11 |
model = AutoModelForCausalLM.from_pretrained(
|
12 |
-
"kroonen/phi-2-GGUF",
|
|
|
13 |
# device_map="cpu",
|
14 |
trust_remote_code=True,
|
15 |
torch_dtype=torch.float32
|
|
|
9 |
)
|
10 |
|
11 |
model = AutoModelForCausalLM.from_pretrained(
|
12 |
+
# "kroonen/phi-2-GGUF",
|
13 |
+
"microsoft/phi-2",
|
14 |
# device_map="cpu",
|
15 |
trust_remote_code=True,
|
16 |
torch_dtype=torch.float32
|