-
Notifications
You must be signed in to change notification settings - Fork 24.7k
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
WIP: Remove Conda Instructions #150646
Conversation
🔗 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 FailuresAs of commit 8b6e4c0 with merge base c59aaa0 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@@ -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 | |||
<!--- |
There was a problem hiding this comment.
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 | |||
|
|||
<!--- |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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. | |||
|
|||
|
|||
.. |
There was a problem hiding this comment.
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 --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs update
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 🙂 |
There was a problem hiding this 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
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