Anonymous0045 commited on
Commit
617f7ab
·
verified ·
1 Parent(s): d421877

Create config.py

Browse files
Files changed (1) hide show
  1. config.py +11 -0
config.py ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MODEL_REPO = "tensorblock/deepseek-coder-1.3b-instruct-GGUF"
2
+
3
+ MODEL_FILE = "deepseek-coder-1.3b-instruct-Q5_K_M.gguf"
4
+
5
+ CTX_SIZE = 4096
6
+
7
+ THREADS = 4
8
+
9
+ MAX_TOKENS = 512
10
+
11
+ TEMPERATURE = 0.2