AnatoliiG commited on
Commit
f5b1696
·
1 Parent(s): abceefb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ llm = Llama(
20
  model_path=model_path,
21
  n_ctx=8192,
22
  n_threads=2,
23
- verbose=False,
24
  )
25
 
26
  app = FastAPI()
 
20
  model_path=model_path,
21
  n_ctx=8192,
22
  n_threads=2,
23
+ verbose=True,
24
  )
25
 
26
  app = FastAPI()