AIencoder commited on
Commit
f8079bf
·
verified ·
1 Parent(s): 84e3513

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ model_path = hf_hub_download(
10
 
11
  llm = Llama(
12
  model_path=model_path,
13
- n_ctx=32767,
14
  n_threads=2,
15
  chat_format="chatml",
16
  verbose=False
 
10
 
11
  llm = Llama(
12
  model_path=model_path,
13
+ n_ctx=4096,
14
  n_threads=2,
15
  chat_format="chatml",
16
  verbose=False