Anonymous0045 commited on
Commit
4c3020e
·
verified ·
1 Parent(s): f3c3e49

Create config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -2
config.py CHANGED
@@ -1,6 +1,6 @@
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
 
 
1
+ MODEL_REPO = "bartowski/DeepSeek-Coder-1.3B-Instruct-GGUF"
2
 
3
+ MODEL_FILE = "DeepSeek-Coder-1.3B-Instruct-Q4_K_M.gguf"
4
 
5
  CTX_SIZE = 4096
6