Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Abhaykoul/HELVETE-X
Dynamitte63
/
NSFW-6B
like
3
Running
on
Zero
App
Files
Files
Community
1
Abhaykoul
commited on
Aug 5, 2024
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