Gems234 commited on
Commit
dd7dfc5
·
verified ·
1 Parent(s): a48aff7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ print("⚡ Chargement du modèle Alisia-7B-it depuis Hugging Face...")
41
  llm = Llama(
42
  model_path=MODEL_PATH,
43
  n_ctx=2048,
44
- n_gpu_layers=0,
45
  n_threads=8,
46
  verbose=False
47
  )
 
41
  llm = Llama(
42
  model_path=MODEL_PATH,
43
  n_ctx=2048,
44
+ n_gpu_layers=-1,
45
  n_threads=8,
46
  verbose=False
47
  )