Lyte commited on
Commit
33a5498
·
verified ·
1 Parent(s): fce1fce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ llm = Llama(
12
  ),
13
  n_ctx=4096,
14
  n_gpu_layers=-1,
 
15
  )
16
 
17
  # Training prompt format for Atlas-Chat style conversation
 
12
  ),
13
  n_ctx=4096,
14
  n_gpu_layers=-1,
15
+ n_threads=-1
16
  )
17
 
18
  # Training prompt format for Atlas-Chat style conversation