File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 66git clone --recursive https://github.com/function2-llx/MMMM.git
77cd MMMM
88mamba env create -f environment.yaml
9- BUILD_MONAI=1 pip install -e third-party/LuoLib/third-party/MONAI
9+ BUILD_MONAI=1 pip install --no-build-isolation - e third-party/LuoLib/third-party/MONAI
1010mamba activate mmmm
11- echo " export PYTHONPATH=$PWD :$PWD /third-party/LuoLib" >> $CONDA_PREFIX /etc/conda/activate.d/env_vars.sh
11+ echo \
12+ " export PYTHONPATH=$PWD :$PWD /third-party/LuoLib
13+ export BUILD_MONAI=1" \
14+ >> $CONDA_PREFIX /etc/conda/activate.d/env_vars.sh
15+
1216```
17+ , and build xformers from source / install pre-built wheel.
Original file line number Diff line number Diff line change @@ -28,3 +28,4 @@ dependencies:
2828 - pip :
2929 - cytoolz
3030 - jsonargparse[signatures, omegaconf]
31+ # - xformers --index-url https://download.pytorch.org/whl/cu118
You can’t perform that action at this time.
0 commit comments