5 ms·
This 236B model came out around September 6th. DeepSeek-V2.5 is an upgraded version that combines DeepSeek-V2-Chat and DeepSeek-Coder-V2-Instruct. From: https
by jyap 2y ago
This 236B model came out around September 6th.
DeepSeek-V2.5 is an upgraded version that combines DeepSeek-V2-Chat and DeepSeek-Coder-V2-Instruct.
From: https://huggingface.co/deepseek-ai/DeepSeek-V2.5 https://huggingface.co/deepseek-ai/DeepSeek-V2.5
- genpfault 2y ago> To utilize DeepSeek-V2.5 in BF16 format for inference, 80GB*8 GPUs are required.
- coconut08 2y agoI wonder if the new mbp can run it at q4.
- throwdbaaway 2y agoUsing https://github.com/kvcache-ai/ktransformers/ https://github.com/kvcache-ai/ktransformers/, an intel/amd laptop with 128GB RAM and 16GB VRAM can run the IQ4_XS quant and decode about 4-7 token/s, depending on RAM speed and context size. Using llama.cpp, the decoding speed is about half of that. Mac with 128GB RAM should be able to run the Q3 quant, with faster decoding speed but slower prefilling speed.