Staticaliza commited on
Commit
d5e09f3
·
verified ·
1 Parent(s): 6aab5f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -21,7 +21,6 @@ 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=16,
25
  # n_threads=48,
26
  n_batch=512,
27
  n_gpu_layers=0,
 
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,