Skip to content
Merged

1.8 PRs #1382

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
6 changes: 6 additions & 0 deletions .jenkins/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ pip install -r $DIR/../requirements.txt
# export PATH=/opt/conda/bin:$PATH
# pip install sphinx==1.8.2 pandas

#Install PyTorch Nightly for test.
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
# RC Link
# pip uninstall -y torch torchvision torchaudio torchtext
# pip install -f https://download.pytorch.org/whl/test/cu102/torch_test.html torch torchvision torchaudio torchtext

# For Tensorboard. Until 1.14 moves to the release channel.
pip install tb-nightly

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
464 changes: 464 additions & 0 deletions advanced_source/ddp_pipeline_tutorial.py

Large diffs are not rendered by default.

Loading