Lyte commited on
Commit
a8dae58
·
verified ·
1 Parent(s): 28dd577

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -11,8 +11,6 @@ llm = Llama(
11
  filename=os.environ.get("MODEL_FILE", "Atlas-Chat-2B.Q8_0.gguf"),
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
 
11
  filename=os.environ.get("MODEL_FILE", "Atlas-Chat-2B.Q8_0.gguf"),
12
  ),
13
  n_ctx=4096,
 
 
14
  )
15
 
16
  # Training prompt format for Atlas-Chat style conversation