本家様
github 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 .