Coder / config.py
Anonymous0045's picture
Create config.py
826e872 verified
raw
history blame contribute delete
168 Bytes
MODEL_REPO = "TheBloke/deepseek-coder-1.3B-instruct-GGUF"
MODEL_FILE = "deepseek-coder-1.3b-instruct.Q4_K_M.gguf"
CTX_SIZE = 4096
MAX_TOKENS = 512
TEMPERATURE = 0.2