File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 8383 python ./requirements/adjust-versions.py requirements/extra.txt ${PYTORCH_VERSION} && \
8484 python ./requirements/adjust-versions.py requirements/examples.txt ${PYTORCH_VERSION} && \
8585 python -c "print(' '.join([ln for ln in open('requirements/extra.txt').readlines() if 'horovod' in ln]))" > ./requirements/horovod.txt && \
86- python assistant.py requirements_prune_pkgs requirements/examples .txt "horovod" && \
86+ python assistant.py requirements_prune_pkgs requirements/extra .txt "horovod" && \
8787 # Install all requirements \
8888 pip install -r requirements/devel.txt --no-cache-dir --find-links https://download.pytorch.org/whl/cu${CUDA_VERSION_MM}/torch_stable.html && \
8989 rm -rf requirements.* && \
You can’t perform that action at this time.
0 commit comments