Views
No views yet
deepseek-ai/DeepSeek-V4-Flash-0731, at native precision (no additional quantization beyond the checkpoint's own shipped weights).deepseek_v4 architecture (HISA attention, hyper-connections, hash-routed first 3 layers), unchanged from upstream--requantize step available in this pipeline (for pushing surviving experts below their native bit-depth) was deliberately skipped for this build.chat_template.jinja to the repo/model folder, it will suppress that injection).mlx_vlm:1from mlx_vlm import load, generate
2
3model, processor = load("True2456/DeepSeek-V4-Flash-0731-REAP37-native-MLX")
4output = generate(model, processor, "Explain hyper-connections in one sentence.", max_tokens=200)temperature=1.0, top_p=0.95 for agentic/tool-use scenarios, top_p=1.0 otherwise.