Edit model card

mlx-community/DeepSeek-Coder-V2-Lite-Instruct-8bit

The Model mlx-community/DeepSeek-Coder-V2-Lite-Instruct-8bit was converted to MLX format from deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct using mlx-lm version 0.18.1.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("mlx-community/DeepSeek-Coder-V2-Lite-Instruct-8bit")
response = generate(model, tokenizer, prompt="hello", verbose=True)
Downloads last month
46
Safetensors
Model size
4.42B params
Tensor type
FP16
·
U32
·
Inference API
Unable to determine this model’s pipeline type. Check the docs .