Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Abhaykoul
/
HelpingAI2
like
6
Running
on
Zero
App
Files
Files
Community
2
Abhaykoul
commited on
Aug 5
Commit
374c5de
•
1 Parent(s):
b628d4a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -43,7 +43,7 @@ def respond(
43
flash_attn=True,
44
n_gpu_layers=81,
45
n_batch=1024,
46
-
n_ctx=
4096
,
47
)
48
llm_model = model
49
43
flash_attn=True,
44
n_gpu_layers=81,
45
n_batch=1024,
46
+
n_ctx=
8192
,
47
)
48
llm_model = model
49