Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ dependencies = [
"wandb>=0.19.6",
"open3d>=0.18.0",
"PyYAML>=6.0.2",
"distconv @ git+https://github.com/LBANN/DistConv.git",
]
requires-python = ">=3.9"

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ wandb>=0.19.6
open3d>=0.18.0
PyYAML>=6.0.2
mpi4py==4.0.2 --no-binary mpi4py
distconv @ git+https://github.com/LBANN/DistConv.git

# cuda
# torch==2.7.1+cu126
Expand Down
3 changes: 1 addition & 2 deletions scripts/install-matrix.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ml load python/3.11.5 && python3 -m venv .venvs/scaffoldvenv-matrix && source .venvs/scaffoldvenv-matrix/bin/activate && pip install --upgrade pip
ml cuda/12.6.0 gcc/12.1.1 mvapich2/2.3.7
export LD_LIBRARY_PATH=/usr/lib64:$LD_LIBRARY_PATH
git clone git@github.com:LBANN/DistConv.git
pip install --no-binary=mpi4py -e .[cuda] DistConv/ --prefix=.venvs/scaffoldvenv-matrix --extra-index-url https://download.pytorch.org/whl/cu126 2>&1 | tee install.log
pip install --no-binary=mpi4py -e .[cuda] --prefix=.venvs/scaffoldvenv-matrix --extra-index-url https://download.pytorch.org/whl/cu126 2>&1 | tee install.log
3 changes: 1 addition & 2 deletions scripts/install-tuolumne.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ml load python/3.11.5 && python3 -m venv .venvs/scaffoldvenv-tuo && source .venvs/scaffoldvenv-tuo/bin/activate && pip install --upgrade pip
ml load rocm/6.4.2 rccl/fast-env-slows-mpi libfabric
git clone git@github.com:LBANN/DistConv.git
pip install -e .[rocmwci] DistConv/ --prefix=.venvs/scaffoldvenv-tuo 2>&1 | tee install.log
pip install -e .[rocmwci] --prefix=.venvs/scaffoldvenv-tuo 2>&1 | tee install.log