Skip to content

Commit 749118e

Browse files
committed
update env & readme
1 parent 03dae1e commit 749118e

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
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+
```

environment.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: mmmm
12
channels:
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

0 commit comments

Comments
 (0)