-
Notifications
You must be signed in to change notification settings - Fork 4.1k
WIP Remove Conda instructions #3315
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
base: 2.7-RC-TEST
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3315
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 0527eb7 with merge base 9b8204b ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
||
We highly recommend CUDA when using torchRec. If using CUDA: - cuda >= | ||
11.0 | ||
|
||
.. code:: python | ||
|
||
# install conda to make installying pytorch with cudatoolkit 11.3 easier. | ||
# TODO: replace these |
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
@@ -189,6 +189,7 @@ Environment setup | |||
|
|||
We need an installation of PyTorch and OpenCV. The easiest and most platform | |||
independent way to get both is to via Conda:: | |||
.. # TODO: replace these |
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
@@ -523,6 +523,7 @@ for an available MPI implementation. The following steps install the MPI | |||
backend, by installing PyTorch `from | |||
source <https://github.com/pytorch/pytorch#from-source>`__. | |||
|
|||
.. #TODO: replace? |
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
@svekars (when you're back from PTO) - can you help me with these errors? They're spellcheck errors, but it's not anything I changed, and they look like they're properly formatted with back ticks but i must be missing something. |
Fixes pytorch/pytorch#149551
Removing Conda instructions, a few minor cleanups, and apparently a lot of trailing spaces that my VSCode did not like.