Spaces:
Running
Running
Update app.py
Browse files
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
|