Skip to content

Issue 2338 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 68 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
510f82e
Update transformer_tutorial.py (#2363)
frasertajima May 31, 2023
dfc6aa2
Update dynamic_quantization_bert_tutorial.rst (#2369)
TheMemoryDealer May 31, 2023
d55a262
Update super_resolution_with_onnxruntime.py (#2370)
frasertajima May 31, 2023
7aff96c
Update nn_tutorial.py (#2368)
frasertajima May 31, 2023
4673b14
Add model.eval() in neural_style_tutorial.py (#2371)
Suhas-G May 31, 2023
d686b66
Fix train loop in trainingyt.py (#2372)
JoseLuisC99 Jun 1, 2023
0bee138
Added matplotlib dependency to blitz tutorial (#2366)
BeniaminC Jun 1, 2023
d368626
Fix formatting in the FX Graph Mode Quantization guide (#2362)
fabiogomez11c Jun 1, 2023
c5501e7
Redirect "Finetuning Torchvision Models" to "TorchVision Object Detec…
tcNickolas Jun 1, 2023
9633e5f
Fix docathon-label-sync.py to not fail on PRs without description (#2…
kit1980 Jun 1, 2023
d9fd5ba
Change batchify desc to remove ambiguity (#2383)
QasimKhan5x Jun 1, 2023
4cd44ae
Change formatting of code blocks for correct rendering in Colab (#2398)
kiersten-stokes Jun 1, 2023
7e72b70
README.txt - fix unreachable link (#2386)
noqqaqq Jun 1, 2023
0be50f4
Fix typo in a PR template (#2377)
kit1980 Jun 1, 2023
aa400c3
Fixes module 'get_filesystem' error (#2397)
QasimKhan5x Jun 1, 2023
e2a7ab0
Clear plot at beginning of loop so that non-empty image renders (#2401)
kiersten-stokes Jun 1, 2023
e1ec4bd
Optimize DataLoader iteration in WrappedDataLoader (#2375)
HemanthSai7 Jun 1, 2023
d078756
Patch 3 (#2389)
TheMemoryDealer Jun 1, 2023
56a2faf
Address Err in char_rnn tutorial issue (#2374)
mikebrow Jun 1, 2023
9b54056
Fixes #2083 - explain model.eval, torch.no_grad (#2400)
zabboud Jun 1, 2023
d41e23b
Copy float_model using load_model (#2385)
QasimKhan5x Jun 1, 2023
dd6a55d
resolve issue 1818 by modifying mean and standard deviation in the tr…
zabboud Jun 2, 2023
64dc702
Replace usage of copy.deepcopy() in Computer Vision Transfer Learning…
JoseLuisC99 Jun 2, 2023
5b804b8
fix cropping to include last column and last row (#2384)
arunppsg Jun 2, 2023
fd9a6a7
Enumerate over dataset instead of simple loop (#2407)
noqqaqq Jun 2, 2023
b966c1f
Implement function for BERT quantization tutorial, resolves issue #1…
JoseLuisC99 Jun 2, 2023
769cff9
Fix the loss initialization in intermediate_source/char_rnn_generatio…
akjalok Jun 2, 2023
83cbc8d
Update transformer_tutorial.py | Resolving issue #1778 (#2402)
Jun 2, 2023
420037e
Fix run_demo(demo_model_parallel, world_size) issue (#2367)
TheMemoryDealer Jun 2, 2023
4648254
Fix dependencies and kernel crash in captumyt.py (#2408)
QasimKhan5x Jun 2, 2023
fa9be97
Set global device back to cpu at the end of tutorial (#2411)
malfet Jun 2, 2023
3a58c51
Revert "Update transformer_tutorial.py | Resolving issue #1778 (#2402…
Jun 2, 2023
9e00157
Make DCGan tutorial results reproducible (#2414)
malfet Jun 2, 2023
f1cb62c
Remove improper src_mask from encoder tutorial (#2423)
bjhargrave Jun 5, 2023
47b9ea4
Move from CircleCI to GHA (#2280)
clee2000 Jun 5, 2023
121f71a
Upload docs preview (#2426)
clee2000 Jun 5, 2023
1068abe
[BE] Delete `from __future__ import` (#2429)
malfet Jun 6, 2023
d541f74
[BE] Cleanup + set random seed
malfet Jun 6, 2023
1d90341
[BE] Simplify `ids_tensor` (#2431)
malfet Jun 6, 2023
2284ab2
Update torch_compile_tutorial.py to use unused parameter (#2436)
laithhas Jun 6, 2023
6e0fd0a
Update mario_rl_tutorial.py (#2381)
neuralninja27 Jun 6, 2023
730029b
Update rpc_ddp_tutorial.rst (#2437)
wayi1 Jun 6, 2023
eaa2e90
Set random seed (#2438)
clee2000 Jun 7, 2023
d9938ee
created original copy of the model by loading from disk (#2406)
Samsonboadi Jun 7, 2023
fc7494d
Typo fix to torch_compile_tutorial.py (#2446)
williamwen42 Jun 8, 2023
3b6d83b
Change paper reference to a paper matching the model used (#2424)
bjhargrave Jun 8, 2023
1fe4025
Set the random seed for reproducibility of the output (#2428)
bjhargrave Jun 8, 2023
2bdd846
Update example link in FSDP_adavnced_tutorial.rst (#2448)
chudegao Jun 9, 2023
203f567
Update transformer_tutorial.py (#2451)
NM512 Jun 9, 2023
a5376f7
Fix Attention in seq2seq_translation_tutorial AttnDecoderRNN (#2452)
QasimKhan5x Jun 9, 2023
a58279c
Image prediction using trained model (#2392)
HemanthSai7 Jun 9, 2023
3b20fe6
Fix log-softmax unused issue (#2420)
j3soon Jun 9, 2023
2960601
Update en-wordlist.txt
Jun 9, 2023
0ef9a65
[Quant] Add quantization 2.0 document (#2354)
leslie-fang-intel Jun 9, 2023
b694832
Fix: amp_recipe.py fix
onurtore Jun 10, 2023
aa6f573
Fix: amp_recipe fixed
onurtore Jun 10, 2023
a920534
Fix: beginner/examples_autograd/polynomial_autograd.py
onurtore Jun 10, 2023
340cbd9
Polynomial autograd fixed
onurtore Jun 10, 2023
5f3b837
Fix tuning_guide
onurtore Jun 10, 2023
7173e8b
Fix nestedtensor
onurtore Jun 10, 2023
cf21c1d
Fix polynomial tensor
onurtore Jun 10, 2023
3c19f99
Fix neural-style tutorial
onurtore Jun 10, 2023
671960c
Fix cpp_extension.rst
onurtore Jun 10, 2023
2a34c3c
Fix neural_style_tutorial
onurtore Jun 10, 2023
bc65968
Fix nested style
onurtore Jun 10, 2023
b1a589d
fix
onurtore Jun 10, 2023
a76c954
Fix amp
onurtore Jun 10, 2023
b91add3
Merge branch 'main' into issue-2338
Jun 12, 2023
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
366 changes: 4 additions & 362 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@ jobs:

workflows:
build:
when:
and: # All must be true to trigger
- equal: [ branch1, << pipeline.git.branch >> ]
- equal: [ branch2, << pipeline.git.branch >> ]
jobs:
# Build jobs that only run on PR
- pytorch_tutorial_pr_build_worker_0:
Expand All @@ -314,365 +318,3 @@ workflows:
ignore:
- master
- main
- pytorch_tutorial_pr_build_worker_1:
filters:
branches:
ignore:
- master
- main
- pytorch_tutorial_pr_build_worker_2:
filters:
branches:
ignore:
- master
- main
- pytorch_tutorial_pr_build_worker_3:
filters:
branches:
ignore:
- master
- main
- pytorch_tutorial_pr_build_worker_4:
filters:
branches:
ignore:
- master
- main
- pytorch_tutorial_pr_build_worker_5:
filters:
branches:
ignore:
- master
- main
- pytorch_tutorial_pr_build_worker_6:
filters:
branches:
ignore:
- master
- main
- pytorch_tutorial_pr_build_worker_7:
filters:
branches:
ignore:
- master
- main
- pytorch_tutorial_pr_build_worker_8:
filters:
branches:
ignore:
- master
- main
- pytorch_tutorial_pr_build_worker_9:
filters:
branches:
ignore:
- master
- main
- pytorch_tutorial_pr_build_worker_10:
filters:
branches:
ignore:
- master
- main
- pytorch_tutorial_pr_build_worker_11:
filters:
branches:
ignore:
- master
- main
- pytorch_tutorial_pr_build_worker_12:
filters:
branches:
ignore:
- master
- main
- pytorch_tutorial_pr_build_worker_13:
filters:
branches:
ignore:
- master
- main
- pytorch_tutorial_pr_build_worker_14:
filters:
branches:
ignore:
- master
- main
- pytorch_tutorial_pr_build_worker_15:
filters:
branches:
ignore:
- master
- main
- pytorch_tutorial_pr_build_worker_16:
filters:
branches:
ignore:
- master
- main
- pytorch_tutorial_pr_build_worker_17:
filters:
branches:
ignore:
- master
- main
- pytorch_tutorial_pr_build_worker_18:
filters:
branches:
ignore:
- master
- main
- pytorch_tutorial_pr_build_worker_19:
filters:
branches:
ignore:
- master
- main
- pytorch_tutorial_pr_build_manager:
filters:
branches:
ignore:
- master
- main
requires:
- pytorch_tutorial_pr_build_worker_0
- pytorch_tutorial_pr_build_worker_1
- pytorch_tutorial_pr_build_worker_2
- pytorch_tutorial_pr_build_worker_3
- pytorch_tutorial_pr_build_worker_4
- pytorch_tutorial_pr_build_worker_5
- pytorch_tutorial_pr_build_worker_6
- pytorch_tutorial_pr_build_worker_7
- pytorch_tutorial_pr_build_worker_8
- pytorch_tutorial_pr_build_worker_9
- pytorch_tutorial_pr_build_worker_10
- pytorch_tutorial_pr_build_worker_11
- pytorch_tutorial_pr_build_worker_12
- pytorch_tutorial_pr_build_worker_13
- pytorch_tutorial_pr_build_worker_14
- pytorch_tutorial_pr_build_worker_15
- pytorch_tutorial_pr_build_worker_16
- pytorch_tutorial_pr_build_worker_17
- pytorch_tutorial_pr_build_worker_18
- pytorch_tutorial_pr_build_worker_19
# Build jobs that only run on trunk
- pytorch_tutorial_trunk_build_worker_0:
context: org-member
filters:
branches:
only:
- master
- main
- pytorch_tutorial_trunk_build_worker_1:
context: org-member
filters:
branches:
only:
- master
- main
- pytorch_tutorial_trunk_build_worker_2:
context: org-member
filters:
branches:
only:
- master
- main
- pytorch_tutorial_trunk_build_worker_3:
context: org-member
filters:
branches:
only:
- master
- main
- pytorch_tutorial_trunk_build_worker_4:
context: org-member
filters:
branches:
only:
- master
- main
- pytorch_tutorial_trunk_build_worker_5:
context: org-member
filters:
branches:
only:
- master
- main
- pytorch_tutorial_trunk_build_worker_6:
context: org-member
filters:
branches:
only:
- master
- main
- pytorch_tutorial_trunk_build_worker_7:
context: org-member
filters:
branches:
only:
- master
- main
- pytorch_tutorial_trunk_build_worker_8:
context: org-member
filters:
branches:
only:
- master
- main
- pytorch_tutorial_trunk_build_worker_9:
context: org-member
filters:
branches:
only:
- master
- main
- pytorch_tutorial_trunk_build_worker_10:
context: org-member
filters:
branches:
only:
- master
- main
- pytorch_tutorial_trunk_build_worker_11:
context: org-member
filters:
branches:
only:
- master
- main
- pytorch_tutorial_trunk_build_worker_12:
context: org-member
filters:
branches:
only:
- master
- main
- pytorch_tutorial_trunk_build_worker_13:
context: org-member
filters:
branches:
only:
- master
- main
- pytorch_tutorial_trunk_build_worker_14:
context: org-member
filters:
branches:
only:
- master
- main
- pytorch_tutorial_trunk_build_worker_15:
context: org-member
filters:
branches:
only:
- master
- main
- pytorch_tutorial_trunk_build_worker_16:
context: org-member
filters:
branches:
only:
- master
- main
- pytorch_tutorial_trunk_build_worker_17:
context: org-member
filters:
branches:
only:
- master
- main
- pytorch_tutorial_trunk_build_worker_18:
context: org-member
filters:
branches:
only:
- master
- main
- pytorch_tutorial_trunk_build_worker_19:
context: org-member
filters:
branches:
only:
- master
- main
- pytorch_tutorial_trunk_build_manager:
context: org-member
filters:
branches:
only:
- master
- main
requires:
- pytorch_tutorial_trunk_build_worker_0
- pytorch_tutorial_trunk_build_worker_1
- pytorch_tutorial_trunk_build_worker_2
- pytorch_tutorial_trunk_build_worker_3
- pytorch_tutorial_trunk_build_worker_4
- pytorch_tutorial_trunk_build_worker_5
- pytorch_tutorial_trunk_build_worker_6
- pytorch_tutorial_trunk_build_worker_7
- pytorch_tutorial_trunk_build_worker_8
- pytorch_tutorial_trunk_build_worker_9
- pytorch_tutorial_trunk_build_worker_10
- pytorch_tutorial_trunk_build_worker_11
- pytorch_tutorial_trunk_build_worker_12
- pytorch_tutorial_trunk_build_worker_13
- pytorch_tutorial_trunk_build_worker_14
- pytorch_tutorial_trunk_build_worker_15
- pytorch_tutorial_trunk_build_worker_16
- pytorch_tutorial_trunk_build_worker_17
- pytorch_tutorial_trunk_build_worker_18
- pytorch_tutorial_trunk_build_worker_19
# - pytorch_tutorial_windows_pr_build_worker_0:
# filters:
# branches:
# ignore:
# - master
# - main
# - pytorch_tutorial_windows_pr_build_worker_1:
# filters:
# branches:
# ignore:
# - master
# - main
# - pytorch_tutorial_windows_pr_build_worker_2:
# filters:
# branches:
# ignore:
# - master
# - main
# - pytorch_tutorial_windows_pr_build_worker_3:
# filters:
# branches:
# ignore:
# - master
# - main
# - pytorch_tutorial_windows_trunk_build_worker_0:
# context: org-member
# filters:
# branches:
# only:
# - master
# - main
# - pytorch_tutorial_windows_trunk_build_worker_1:
# context: org-member
# filters:
# branches:
# only:
# - master
# - main
# - pytorch_tutorial_windows_trunk_build_worker_2:
# context: org-member
# filters:
# branches:
# only:
# - master
# - main
# - pytorch_tutorial_windows_trunk_build_worker_3:
# context: org-member
# filters:
# branches:
# only:
# - master
# - main
Loading