Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
harshitv804
/
MedChat
like
9
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
harshitv804
commited on
Feb 1, 2024
Commit
1a74581
·
verified
·
1 Parent(s):
fde604e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -58,6 +58,7 @@ model_path="stablelm-zephyr-3b.Q4_K_M.gguf",
58
temperature=0.75,
59
max_tokens=2000,
60
n_ctx = 4000,
61
top_p=1)
62
63
58
temperature=0.75,
59
max_tokens=2000,
60
n_ctx = 4000,
61
+
n_batch=126,
62
top_p=1)
63
64