We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6943414 commit fbf2810Copy full SHA for fbf2810
docker/Dockerfile
@@ -76,7 +76,7 @@ RUN pip install --ignore-installed "git+https://github.com/NVIDIA/mlperf-common.
76
ENV FORCE_CUDA_EXTENSION 1
77
ENV TORCH_CUDA_ARCH_LIST "8.0 8.6 9.0 10.0 12.0+PTX"
78
ENV HARMONICS_VERSION 0.8.3
79
-RUN cd /opt && git clone -b tkurth/distributed-attention https://github.com/NVIDIA/torch-harmonics.git && \
+RUN cd /opt && git clone https://github.com/NVIDIA/torch-harmonics.git && \
80
cd torch-harmonics && \
81
pip install --no-build-isolation -e .
82
0 commit comments