Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Anonymous0045
/
Coder
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Anonymous0045
commited on
Feb 23
Commit
6478881
·
verified
·
1 Parent(s):
197748f
Create config.py
Browse files
Files changed (1)
hide
show
config.py
+0
-2
config.py
CHANGED
Viewed
@@ -4,8 +4,6 @@ MODEL_FILE = "DeepSeek-Coder-1.3B-Instruct-Q4_K_M.gguf"
4
5
CTX_SIZE = 4096
6
7
-
THREADS = 4
8
-
9
MAX_TOKENS = 512
10
11
TEMPERATURE = 0.2
4
5
CTX_SIZE = 4096
6
7
MAX_TOKENS = 512
8
9
TEMPERATURE = 0.2