Skip to content
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

Remove jit from the framework code #1787

Closed
wants to merge 1 commit into from
Closed

Remove jit from the framework code #1787

wants to merge 1 commit into from

Conversation

xuzhao9
Copy link
Contributor

@xuzhao9 xuzhao9 commented Jul 25, 2023

Jit(torchscript) is now in archive mode and there is no need that we add it to the explicit options.

Jit(torchscript) is still supported with the extra args option --backend torchsript.

Fixes #1777

@facebook-github-bot
Copy link
Contributor

@xuzhao9 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@xuzhao9 xuzhao9 requested a review from msaroufim July 25, 2023 23:22
Copy link
Member

@msaroufim msaroufim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

farewell jit

@facebook-github-bot
Copy link
Contributor

@xuzhao9 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@xuzhao9 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@xuzhao9 merged this pull request in 4ea9354.

@xuzhao9 xuzhao9 deleted the xz9/remove-jit branch July 26, 2023 19:02
H-Huang added a commit to pytorch/pytorch that referenced this pull request Jul 27, 2023
Need to remove jit arguments after changes in pytorch/benchmark#1787

Also curious, is there is a procedure for updating torchbench version in Pytorch CI?

cc voznesenskym penguinwu anijain2305 EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx ipiszy chenyang78 aakhundov

[ghstack-poisoned]
H-Huang added a commit to pytorch/pytorch that referenced this pull request Aug 3, 2023
Need to remove jit arguments after changes in pytorch/benchmark#1787

Also curious, is there is a procedure for updating torchbench version in Pytorch CI?

cc voznesenskym penguinwu anijain2305 EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx ipiszy chenyang78 aakhundov

[ghstack-poisoned]
H-Huang added a commit to pytorch/pytorch that referenced this pull request Aug 3, 2023
Need to remove jit arguments after changes in pytorch/benchmark#1787

Also curious, is there is a procedure for updating torchbench version in Pytorch CI?

cc voznesenskym penguinwu anijain2305 EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx ipiszy chenyang78 aakhundov

[ghstack-poisoned]
H-Huang added a commit to pytorch/pytorch that referenced this pull request Aug 3, 2023
Need to remove jit arguments after changes in pytorch/benchmark#1787

Also curious, is there is a procedure for updating torchbench version in Pytorch CI?

cc voznesenskym penguinwu anijain2305 EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx ipiszy chenyang78 aakhundov

[ghstack-poisoned]
H-Huang added a commit to pytorch/pytorch that referenced this pull request Aug 3, 2023
Need to remove jit arguments after changes in pytorch/benchmark#1787

Also curious, is there is a procedure for updating torchbench version in Pytorch CI?

cc voznesenskym penguinwu anijain2305 EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx ipiszy chenyang78 aakhundov

[ghstack-poisoned]
pytorchmergebot pushed a commit to pytorch/pytorch that referenced this pull request Aug 3, 2023
Need to remove jit arguments after changes in pytorch/benchmark#1787

Also curious, is there is a procedure for updating torchbench version in Pytorch CI?

Pull Request resolved: #106071
Approved by: https://github.com/xuzhao9, https://github.com/msaroufim, https://github.com/malfet, https://github.com/lezcano
pytorchmergebot pushed a commit to pytorch/pytorch that referenced this pull request Nov 10, 2023
Continuous of #106071, without this dynamo dist cannot run at the moment.

Related to pytorch/benchmark#1787

Pull Request resolved: #113338
Approved by: https://github.com/ezyang
Skylion007 pushed a commit to Skylion007/pytorch that referenced this pull request Nov 14, 2023
Continuous of pytorch#106071, without this dynamo dist cannot run at the moment.

Related to pytorch/benchmark#1787

Pull Request resolved: pytorch#113338
Approved by: https://github.com/ezyang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove jit from model options
3 participants