Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 01f87c7

Browse files
AlannaBurkeNicolasHug
andauthoredMay 29, 2025··
Removing Conda references. (#9063)
Co-authored-by: Nicolas Hug <[email protected]> Co-authored-by: Nicolas Hug <[email protected]>
1 parent 9813fd6 commit 01f87c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/source/training_references.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ guarantees.
1919

2020
In general, these scripts rely on the latest (not yet released) pytorch version
2121
or the latest torchvision version. This means that to use them, **you might need
22-
to install the latest pytorch and torchvision versions**, with e.g.::
22+
to install the latest pytorch and torchvision versions** following the `official
23+
instructions <https://pytorch.org/get-started/locally/>`_.
2324

24-
conda install pytorch torchvision -c pytorch-nightly
2525

2626
If you need to rely on an older stable version of pytorch or torchvision, e.g.
2727
torchvision 0.10, then it's safer to use the scripts from that corresponding

0 commit comments

Comments
 (0)
Please sign in to comment.