-
Notifications
You must be signed in to change notification settings - Fork 291
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
Add torch compile row to pytorch install table #1762
base: site
Are you sure you want to change the base?
Conversation
|
👷 Deploy Preview for pytorch-dot-org-preview processing.
|
Hi, I'm not sure if we need to make the changes to the script in https://github.com/pytorch/test-infra/blob/main/.github/workflows/generate_binary_build_matrix.yml instead of modifying the js files directly. Please advise |
cc @svekars |
@suryasidd please sign the CLA |
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 ? |
@suryasidd I agree with @atalman . Also, |
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/