Spaces:
Runtime error
Runtime error
Ankitajadhav
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ os.environ['TF_ENABLE_ONEDNN_OPTS'] = '0'
|
|
15 |
|
16 |
|
17 |
torch.random.manual_seed(0)
|
18 |
-
model_name = "microsoft/Phi-3-mini-4k-instruct"
|
19 |
|
20 |
model = AutoModelForCausalLM.from_pretrained(
|
21 |
model_name,
|
|
|
15 |
|
16 |
|
17 |
torch.random.manual_seed(0)
|
18 |
+
model_name = "microsoft/Phi-3-mini-4k-instruct-gguf"
|
19 |
|
20 |
model = AutoModelForCausalLM.from_pretrained(
|
21 |
model_name,
|