Skip to content

Commit 14a7913

Browse files
authored
Merge branch '1.8-RC5-TEST' into master
2 parents c0ef59d + 63bfc84 commit 14a7913

File tree

9 files changed

+1639
-482
lines changed

9 files changed

+1639
-482
lines changed

.jenkins/build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ pip install -r $DIR/../requirements.txt
2222
# export PATH=/opt/conda/bin:$PATH
2323
# pip install sphinx==1.8.2 pandas
2424

25+
#Install PyTorch Nightly for test.
26+
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
27+
# RC Link
28+
pip uninstall -y torch torchvision torchaudio torchtext
29+
pip install -f https://download.pytorch.org/whl/test/cu102/torch_test.html torch torchvision torchaudio torchtext
30+
2531
# For Tensorboard. Until 1.14 moves to the release channel.
2632
pip install tb-nightly
2733

_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
</noscript>
7676

7777
<script type="text/javascript">
78-
var collapsedSections = [];
78+
var collapsedSections = ['PyTorch Recipes', 'Image/Video', 'Audio', 'Text', 'Reinforcement Learning', 'Deploying PyTorch Models in Production', 'Frontend APIs', 'Extending PyTorch', 'Model Optimization', 'Parallel and Distributed Training', 'Mobile'];
7979
</script>
8080

8181
<img height="1" width="1" style="border-style:none;" alt="" src="https://www.googleadservices.com/pagead/conversion/795629140/?label=txkmCPmdtosBENSssfsC&amp;guid=ON&amp;script=0"/>

0 commit comments

Comments
 (0)