File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1- # MMMM
1+ # MMMM
2+
3+ ## Setup
4+
5+ ``` zsh
6+ git clone --recursive https://github.com/function2-llx/MMMM.git
7+ cd MMMM
8+ mamba env create -f environment.yaml
9+ BUILD_MONAI=1 pip install -e third-party/LuoLib/third-party/MONAI
10+ mamba activate mmmm
11+ echo " export PYTHONPATH=$PWD :$PWD /third-party/LuoLib" >> $CONDA_PREFIX /etc/conda/activate.d/env_vars.sh
12+ ```
Original file line number Diff line number Diff line change 1+ name : mmmm
12channels :
23 - conda-forge
34 - pytorch
@@ -27,6 +28,3 @@ dependencies:
2728 - pip :
2829 - cytoolz
2930 - jsonargparse[signatures, omegaconf]
30- - xformers --index-url https://download.pytorch.org/whl/cu118
31- # - -e third-party/nnUNet
32- # - git+https://github.com/FabianIsensee/hiddenlayer.git
You can’t perform that action at this time.
0 commit comments