Priyanshukr-1 commited on
Commit
f6a8b6c
·
verified ·
1 Parent(s): d913a01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ else:
29
  llm = Llama(
30
  model_path=model_path,
31
  n_ctx=1024,
32
- n_threads=4, # Adjust for your CPU
33
  n_batch=64
34
  )
35
 
 
29
  llm = Llama(
30
  model_path=model_path,
31
  n_ctx=1024,
32
+ n_threads=16, # Adjust for your CPU
33
  n_batch=64
34
  )
35