Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
IlyaGusev/saiga2_13b_gguf
IlyaGusev
/
saiga_mistral_7b_gguf
like
18
Runtime error
App
Files
Files
Community
3
IlyaGusev
commited on
Dec 17, 2023
Commit
e0c4aaf
•
1 Parent(s):
ced75d7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -48,6 +48,7 @@ model = Llama(
48
model_path=final_model_path,
49
n_ctx=2000,
50
n_parts=1,
51
)
52
print("Model loaded!")
53
48
model_path=final_model_path,
49
n_ctx=2000,
50
n_parts=1,
51
+
verbose=True
52
)
53
print("Model loaded!")
54