ArturG9 commited on
Commit
ab2f443
1 Parent(s): 7d01f3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ def create_conversational_rag_chain(retriever):
122
 
123
  llm = llamacpp.LlamaCpp(
124
  model_path=model_path,
125
- n_gpu_layers=1,
126
  temperature=0.1,
127
  top_p=0.9,
128
  n_ctx=22000,
 
122
 
123
  llm = llamacpp.LlamaCpp(
124
  model_path=model_path,
125
+ n_gpu_layers=0,
126
  temperature=0.1,
127
  top_p=0.9,
128
  n_ctx=22000,