8000 WIP: Remove Conda Instructions by AlannaBurke · Pull Request #150646 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

WIP: Remove Conda Instructions #150646

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

Closed
wants to merge 29 commits into from

Conversation

AlannaBurke
Copy link
Contributor
@AlannaBurke AlannaBurke commented Apr 3, 2025

Fixes #149551

Removing Conda installation instructions.

Anywhere there were multiple instructions, I removed the Conda ones and left the pip ones. If I wasn't sure what to replace the instructions with, I just left a comment so we'd see all the places it's mentioned when reviewing this PR. I also cleaned up a couple of files.

cc @svekars @sekyondaMeta @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ 10000 chenyang78 @kadeng @chauhang @amjames

Copy link
pytorch-bot bot commented Apr 3, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/150646

Note: Links to docs will display an error until the docs builds have been completed.

❌ 11 New Failures

As of commit 8b6e4c0 with merge base c59aaa0 (image):

NEW FAILURES - The following jobs have failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@svekars svekars added the module: docs Related to our documentation, both in docs/ and docblocks label Apr 7, 2025
@@ -111,7 +111,9 @@ source venv/bin/activate # or `& .\venv\Scripts\Activate.ps1` on Windows
you can always `uninstall` with `timeout` or in a loop if you're feeling
lazy.)

```bash
<!---
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Needs an update

@@ -665,12 +659,15 @@ tweaked to adjust the stack sampling rate, see the `py-spy` readme for more
details.

## Managing multiple build trees

<!---
Copy link
Contributor Author

Choose a reason for hiding this comment

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

needs an update

# (optional) If using torch.compile with inductor/triton, install the matching version of triton
# Run from the pytorch directory after cloning
# CUDA only: Add LAPACK support for the GPU if needed.
conda install -c pytorch magma-cuda121 # or the magma-cuda* that matches your CUDA version from https://anaconda.org/pytorch/repo
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Does this need an update?

@@ -162,6 +160,9 @@ graphics cards. Please replace your GPU package with the CPU one.
ImportError: DLL load failed: The operating system cannot run %1.


..
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Update needed

@@ -45,7 +45,7 @@ Important if you want to run on AMD GPU:
point for HIPifying our codebase.

Tools which are only situationally useful:

<!-- TODO: update -->
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Needs update

@jakirkham
Copy link

Would you be open to linking to a third-party Conda package?

In conda-forge.org, we maintain one: https://github.com/conda-forge/pytorch-cpu-feedstock

Would be happy to discuss wording 🙂

Copy link
Contributor
@malfet malfet left a comment

Choose a reason for hiding this comment

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

Can you please break it down into:

  • PR that does formatting, but no semantic changes (say s/pytorch/PyTorch/)
  • PR that removes conda references where they don't need to be
  • PR with questions (that needs further discussion)
    It feels like first two could be landed

@AlannaBurke AlannaBurke deleted the remove-conda-149551 branch April 30, 2025 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ciflow/inductor module: docs Related to our documentation, both in docs/ and docblocks module: dynamo release notes: releng release notes category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove PyTorch conda installation instructions from the documentation and tutorials
4 participants
0