Staticaliza commited on
Commit
c196c7e
·
verified ·
1 Parent(s): 0677d75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ MAX_SEED = 9007199254740991
21
  model = Llama(
22
  model_path=hf_hub_download(repo_id=REPO, filename=FILE, token=HF_TOKEN),
23
  n_ctx=32768,
24
- n_threads=48,
25
  n_batch=512,
26
  n_gpu_layers=0,
27
  verbose=True
 
21
  model = Llama(
22
  model_path=hf_hub_download(repo_id=REPO, filename=FILE, token=HF_TOKEN),
23
  n_ctx=32768,
24
+ # n_threads=48,
25
  n_batch=512,
26
  n_gpu_layers=0,
27
  verbose=True