Skip to content

Commit 59642d9

Browse files
authored
Merge branch 'master' into quant-fix
2 parents 211c028 + f769bed commit 59642d9

File tree

2 files changed

+46
-47
lines changed

2 files changed

+46
-47
lines changed

.circleci/config.yml

Lines changed: 44 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -598,48 +598,47 @@ workflows:
598598
branches:
599599
only:
600600
- master
601-
- pytorch_tutorial_windows_pr_build_worker_0:
602-
filters:
603-
branches:
604-
ignore:
605-
- master
606-
- pytorch_tutorial_windows_pr_build_worker_1:
607-
filters:
608-
branches:
609-
ignore:
610-
- master
611-
- pytorch_tutorial_windows_pr_build_worker_2:
612-
filters:
613-
branches:
614-
ignore:
615-
- master
616-
- pytorch_tutorial_windows_pr_build_worker_3:
617-
filters:
618-
branches:
619-
ignore:
620-
- master
621-
- pytorch_tutorial_windows_master_build_worker_0:
622-
context: org-member
623-
filters:
624-
branches:
625-
only:
626-
- master
627-
- pytorch_tutorial_windows_master_build_worker_1:
628-
context: org-member
629-
filters:
630-
branches:
631-
only:
632-
- master
633-
- pytorch_tutorial_windows_master_build_worker_2:
634-
context: org-member
635-
filters:
636-
branches:
637-
only:
638-
- master
639-
- pytorch_tutorial_windows_master_build_worker_3:
640-
context: org-member
641-
filters:
642-
branches:
643-
only:
644-
- master
645-
601+
# - pytorch_tutorial_windows_pr_build_worker_0:
602+
# filters:
603+
# branches:
604+
# ignore:
605+
# - master
606+
# - pytorch_tutorial_windows_pr_build_worker_1:
607+
# filters:
608+
# branches:
609+
# ignore:
610+
# - master
611+
# - pytorch_tutorial_windows_pr_build_worker_2:
612+
# filters:
613+
# branches:
614+
# ignore:
615+
# - master
616+
# - pytorch_tutorial_windows_pr_build_worker_3:
617+
# filters:
618+
# branches:
619+
# ignore:
620+
# - master
621+
# - pytorch_tutorial_windows_master_build_worker_0:
622+
# context: org-member
623+
# filters:
624+
# branches:
625+
# only:
626+
# - master
627+
# - pytorch_tutorial_windows_master_build_worker_1:
628+
# context: org-member
629+
# filters:
630+
# branches:
631+
# only:
632+
# - master
633+
# - pytorch_tutorial_windows_master_build_worker_2:
634+
# context: org-member
635+
# filters:
636+
# branches:
637+
# only:
638+
# - master
639+
# - pytorch_tutorial_windows_master_build_worker_3:
640+
# context: org-member
641+
# filters:
642+
# branches:
643+
# only:
644+
# - master

intermediate_source/memory_format_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,9 @@
267267
# will restore channels last memory format and benefit from faster
268268
# kernels.
269269
#
270-
# But operatos that does not support channels last does introduce
270+
# But operators that does not support channels last does introduce
271271
# overhead by permutation. Optionally, you can investigate and identify
272-
# operatos in your model that does not support channels last, if you
272+
# operators in your model that does not support channels last, if you
273273
# want to improve the performance of converted model.
274274
#
275275
# That means you need to verify the list of used operators

0 commit comments

Comments
 (0)