Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ try:
|
|
15 |
llm = Llama(
|
16 |
# model_path="./models/Phi-3-mini-4k-instruct-gguf",
|
17 |
# model_path = "./models/Phi-3-mini-4k-instruct-q4.gguf",
|
18 |
-
model_path = "microsoft/Phi-3-mini-4k-instruct-gguf"
|
19 |
n_ctx=2048,
|
20 |
n_gpu_layers=50, # Adjust based on your VRAM
|
21 |
)
|
|
|
15 |
llm = Llama(
|
16 |
# model_path="./models/Phi-3-mini-4k-instruct-gguf",
|
17 |
# model_path = "./models/Phi-3-mini-4k-instruct-q4.gguf",
|
18 |
+
model_path = "microsoft/Phi-3-mini-4k-instruct-gguf",
|
19 |
n_ctx=2048,
|
20 |
n_gpu_layers=50, # Adjust based on your VRAM
|
21 |
)
|