Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mobinln
/
chatbot
like
5
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mobinln
commited on
Aug 1, 2024
Commit
eee4fbc
·
verified
·
1 Parent(s):
af29486
extend ctx to 8000
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -10,7 +10,7 @@ llm = Llama.from_pretrained(
10
use_mlock=True,
11
n_threads=2,
12
n_threads_batch=2,
13
-
n_ctx=
2000
,
14
)
15
16
10
use_mlock=True,
11
n_threads=2,
12
n_threads_batch=2,
13
+
n_ctx=
8000
,
14
)
15
16