Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,6 +8,7 @@ app = FastAPI()
|
|
| 8 |
llm = Llama.from_pretrained(
|
| 9 |
repo_id="unsloth/phi-4-GGUF",
|
| 10 |
filename="phi-4-Q4_K_M.gguf",
|
|
|
|
| 11 |
)
|
| 12 |
|
| 13 |
# Define request model
|
|
|
|
| 8 |
llm = Llama.from_pretrained(
|
| 9 |
repo_id="unsloth/phi-4-GGUF",
|
| 10 |
filename="phi-4-Q4_K_M.gguf",
|
| 11 |
+
n_ctx=16384
|
| 12 |
)
|
| 13 |
|
| 14 |
# Define request model
|