Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Luka512
/
website
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Tim Luka Horstmann
commited on
Apr 27
Commit
f2054a9
·
1 Parent(s):
687de1a
use mlock
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -82,6 +82,7 @@ try:
82
n_threads=2,
83
n_batch=128,
84
n_gpu_layers=0,
85
f16_kv=True,
86
verbose=True,
87
)
82
n_threads=2,
83
n_batch=128,
84
n_gpu_layers=0,
85
+
use_mlock=True,
86
f16_kv=True,
87
verbose=True,
88
)