Closed goldenquant closed 3 months ago
Perhaps you can download the GGUF file from this link: https://huggingface.co/LoneStriker/DeepSeek-Coder-V2-Instruct-GGUF/tree/main On the https://huggingface.co/deepseek-ai/DeepSeek-Coder-V2-Instruct, there are only SafeTensor format files and the model's configs. about input parameter --gguf_path, there is only one GGUF format file placed in the directory.
#if your gguf path input as : --gguf_path /data/model/qwen2-57b-a14b-instruct-q4_k_m/
ls /data/model/qwen2-57b-a14b-instruct-q4_k_m/
#output
qwen2-57b-a14b-instruct-q4_k_m.gguf
about input parameter --model_path, it is where all the config files, excluding the SafeTensor model file, are stored.
#your model path input as : --model_path /data/model/Qwen2-57B-A14B-Instruct/
ls /data/model/Qwen2-57B-A14B-Instruct/
# output
config.json generation_config.json special_tokens_map.json tokenizer_config.json tokenizer.json vocab.json
you can download all configs of model "DeepSeek-Coder-V2-Instruct" with GIT_LFS_SKIP_SMUDGE=1 git clone https://www.modelscope.cn/deepseek-ai/DeepSeek-Coder-V2-Instruct.git
I recommend starting with a smaller model first:
gguf file in:https://huggingface.co/mzwing/DeepSeek-V2-Lite-Chat-GGUF/tree/main
model config file in: https://huggingface.co/deepseek-ai/DeepSeek-V2-Lite/tree/main (you can download by GIT_LFS_SKIP_SMUDGE=1 git clone https://www.modelscope.cn/deepseek-ai/DeepSeek-V2-Lite-Chat.git
)
solved!thx.
从 https://huggingface.co/deepseek-ai/DeepSeek-Coder-V2-Instruct 下载了gguf 根据 Docker.md 启动docker, 命令:
报如下错误
去这个链接下面下载了config.json后,报错如下: