Skip to content

Comment on DeepSeek Coder: Let the Code Write Itselfparent

Comments

The latest 7B model demonstrated impressive performance on benchmarks.

However, I have a question regarding its specific deployment method: How can I merge the parts of the Safetensors format? Specifically, I'm referring to files named 'model-00001-of-00002.safetensors' and 'model-00002-of-00002.safetensors'.

My motivation is straightforward: I aim to combine the Safetensor 'shards' and then utilize the 'convert.py' script from the llama.cpp project to transform a single .safetensors file into the GGUF format. This conversion facilitates running the models on WasmEdge.

I appreciate any guidance on this matter. Thank you.

Are you looking for GGUF format of deepseek models? There're a few on huggingface, e.g. this one for 7B model v1.5 https://huggingface.co/LoneStriker/deepseek-coder-7b-instruc...

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.