akshaybhure098 commited on
Commit
63fc864
·
verified ·
1 Parent(s): 9cf4b85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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