Dexmal/DM05-MEM
DM05-mem

<p align="center"> <a href="https://www.dexmal.com/blog/dm0.5/indexen.html"><img src="https://img.shields.io/badge/๐-TechBlog-blue" alt="Tech Blog"></a> <a href="https://github.com/dexmal/opendm"><img src="https://img.shields.io/badge/GitHub-OpenDM-181717?logo=github" alt="GitHub"></a> <a href="https://huggingface.co/Dexmal/DM05-MEM"><img src="https://img.shields.io/badge/Model-DM05--MEM-0EA5E9?logo=huggingface" alt="DM05-MEM"></a> <a href="https://maas.dexmal.com/"><img src="https://img.shields.io/badge/MaaS-Online-brightgreen.svg" alt="MaaS"></a> </p>
OpenDM-format BF16 checkpoint for DM05-mem (32-slot history EEF). Use with OpenDM playground/dm05_mem.py. See the DM05 Inference Guide.
Weights: BF16 model.safetensors.
Model Card
Use with OpenDM Inference
# From the OpenDM repository root.
hf download Dexmal/DM05-MEM \
--local-dir ./checkpoints/DM05-MEM
pip install -e ".[fast-infer]"
script/dm05_launcher.sh \
--exp playground/dm05_mem.py \
--task inference \
--model-config.model-name-or-path ./checkpoints/DM05-MEM \
--inference-config.port 7891Override with the env var used by the playground:
export DM05_MEM_CHECKPOINT=/path/to/DM05-MEM
python playground/dm05_mem.py
python playground/dm05_mem.py --inference-config.backend fastRuntime Profile
From playground/dm05_mem.py:
control_mode=eef,action_mode=absolute,speed=0.1is_history=true,max_history_images=32- attn: llm/action
sdpa, visionflash_attention_2 - fast: prefix
2048
Files
.
โโโ config.json
โโโ model.safetensors
โโโ norm_stats.json
โโโ tokenizer.json
โโโ tokenizer_config.json
โโโ processor_config.json
โโโ chat_template.jinja
โโโ generation_config.json
โโโ README.mdCitation
@misc{dm05,
title = {{DM0.5}: An Open-World Foundation Model for General-Purpose Embodied Intelligence},
author = {{Dexmal Team}},
month = {July},
year = {2026},
url = {https://www.dexmal.com/blog/dm0.5/index_en.html}
}