- Notifications
You must be signed in to change notification settings - Fork314
Add torch compile row to pytorch install table#1762
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:site
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
|
👷 Deploy Preview forpytorch-dot-org-preview processing.
|
suryasidd commentedOct 9, 2024
Hi, I'm not sure if we need to make the changes to the script inhttps://github.com/pytorch/test-infra/blob/main/.github/workflows/generate_binary_build_matrix.yml instead of modifying the js files directly. Please advise |
agunapal commentedNov 4, 2024
cc@svekars |
kit1980 commentedNov 4, 2024
@suryasidd please sign the CLA |
atalman commentedNov 4, 2024
Hi@suryasidd the getting started page is already quite complex. We probably don't want to make it even more complex by adding torch.compile section to it. Maybe this can be designed as separate page ? |
agunapal commentedNov 4, 2024
@suryasidd I agree with@atalman . Also, |
suryasidd commentedNov 6, 2024
I understand. Would it be possible to add a section for torch.compile in the main page and then link it to the torch.compiler docs page ? |
Proposal to enhance torch.compile onboarding by adding installation instructions on the PyTorch main page:
Currently, there is no visibility of torch compile backends on the Pytorch main page. Developers looking to use torch.compile with a specific backend must navigate through multiple steps: they first consult the torch.compile documentation, then visit individual backend documentation pages to understand installation requirements. This process adds unnecessary friction, especially for those just getting started with torch.compile
We propose adding a dedicated torch.compile row to the Install Table on the PyTorch main page. Given the high traffic on this page, this change would streamline this process for developers. By clicking on the desired backend, developers will be provided with simple installation and usage command making it easier for them to get started.
Sample webpage:https://suryasidd.github.io/pytorch.github.io/