Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
IlyaGusev
/
saiga2_13b_gguf
like
29
Sleeping
App
Files
Files
Community
IlyaGusev
commited on
Jan 14
Commit
65c32ca
•
1 Parent(s):
fdb0542
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -36,7 +36,7 @@ def load_model(
36
37
model = Llama(
38
model_path=final_model_path,
39
-
n_ctx=
2048
40
)
41
42
print("Model loaded!")
36
37
model = Llama(
38
model_path=final_model_path,
39
+
n_ctx=
1024
40
)
41
42
print("Model loaded!")