#author("2026-06-03T07:25:17+00:00","default:sysosa","sysosa") 本家様 github [[https://github.com/JarvisPei/MemDLM>+https://github.com/JarvisPei/MemDLM]] conda create -n memdlm python=3.10 conda activate memdlm conda install cuda=12.8 pip install torch==2.7.1 --index-url https://download.pytorch.org/whl/cu128 cd /apps/src git clone --recurse-submodules https://github.com/JarvisPei/MemDLM.git cd MemDLM pip install -e dllm/ pip install -e .