Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a981886

Browse files
brianjocccclairazielparmeetyuolweb-liu
authored
1.9 RC Test Branch (#1527)
* Update build.sh Picks up 1.9 build from test. * Update build.sh * Update lite interpreter tutorial to beta (#1549) * Update lite interpreter tutorial to beta * Update lite interpreter to beta * update model export script * address comment and update documentation * add custome build in first paragraph * Update prototype_source/lite_interpreter.rst Co-authored-by: Raziel <[email protected]> * Update prototype_source/lite_interpreter.rst Co-authored-by: Raziel <[email protected]> * Update prototype_source/lite_interpreter.rst Co-authored-by: Raziel <[email protected]> * Update prototype_source/lite_interpreter.rst Co-authored-by: Raziel <[email protected]> * Update prototype_source/lite_interpreter.rst Co-authored-by: Raziel <[email protected]> * Update prototype_source/lite_interpreter.rst Co-authored-by: Raziel <[email protected]> * Update prototype_source/lite_interpreter.rst Co-authored-by: Raziel <[email protected]> * Update prototype_source/lite_interpreter.rst Co-authored-by: Raziel <[email protected]> * Update prototype_source/lite_interpreter.rst Co-authored-by: Raziel <[email protected]> * Update prototype_source/lite_interpreter.rst Co-authored-by: Raziel <[email protected]> * replace file name * update ios part Co-authored-by: Raziel <[email protected]> * Revert "Update lite interpreter tutorial to beta (#1549)" (#1569) This reverts commit a702ca0. * Update build.sh * Update build.sh * updated pipeline tutorial (#1562) * reduce (#1546) * Update seq2seq_translation_tutorial.py (#1532) Co-authored-by: Holly Sweeney <[email protected]> * added CPU optimization guide part into tuning_guide (#1512) * added CPU optimization guide part into tuning_guide * changed non-python command to python comments in CPU specific optimization section * Update tuning_guide.py Changed comment of bash commands to double quote. * Update tuning_guide.py Co-authored-by: Brian Johnson <[email protected]> * Typo fix (#1538) Co-authored-by: Holly Sweeney <[email protected]> * Typo fix in text sentiment tutorial (#1543) Trivial typo fix in docs * Update dcgan_faces_tutorial.py (#1550) Co-authored-by: Holly Sweeney <[email protected]> * updated pipeline tutorial Co-authored-by: define_liuyi <[email protected]> Co-authored-by: dhayeah <[email protected]> Co-authored-by: Holly Sweeney <[email protected]> Co-authored-by: Jing Xu <[email protected]> Co-authored-by: Brian Johnson <[email protected]> Co-authored-by: Andrew C. Freeman <[email protected]> Co-authored-by: Davide Fiocco <[email protected]> Co-authored-by: universuen <[email protected]> * Update audio manipulation tutorial (#1566) * add resampling tutorial * update benchmarking and sectioning * remove np import * Update torchaudio tutorial * update resample dtype initialization Co-authored-by: moto <[email protected]> * updated text sentiment tutorial (#1563) * updated transformer tutorial (#1565) * Update numeric_suite_tutorial.py s/Logger=/logger_cls=/ * Update profiler recipe doc (1.9) (#1528) Summary: Update the profiler recipe to use the new API and features Test Plan: make html-noplot Co-authored-by: Brian Johnson <[email protected]> * Update build.sh Co-authored-by: cccclai <[email protected]> Co-authored-by: Raziel <[email protected]> Co-authored-by: parmeet <[email protected]> Co-authored-by: define_liuyi <[email protected]> Co-authored-by: dhayeah <[email protected]> Co-authored-by: Holly Sweeney <[email protected]> Co-authored-by: Jing Xu <[email protected]> Co-authored-by: Andrew C. Freeman <[email protected]> Co-authored-by: Davide Fiocco <[email protected]> Co-authored-by: universuen <[email protected]> Co-authored-by: Caroline Chen <[email protected]> Co-authored-by: moto <[email protected]> Co-authored-by: Nikita Shulga <[email protected]> Co-authored-by: ilia-cher <[email protected]>
1 parent 973193b commit a981886

9 files changed

Lines changed: 823 additions & 368 deletions

File tree

.jenkins/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pip install -r $DIR/../requirements.txt
2626
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
2727
# RC Link
2828
# 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
29+
# pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu102/torch_test.html torch torchvision torchaudio torchtext
3030

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

_static/img/perf_viz.png

381 KB
Loading

_static/img/trace_img.png

106 KB
Loading

0 commit comments

Comments
 (0)