Skip to content

Commit 797b016

Browse files
committed
Removing Conda references.
1 parent d02b184 commit 797b016

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/source/training_references.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ 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
2222
to install the latest pytorch and torchvision versions**, with e.g.::
2323

24-
conda install pytorch torchvision -c pytorch-nightly
24+
25+
.. code-block:: sh
26+
pip install torch torchvision
27+
2528
2629
If you need to rely on an older stable version of pytorch or torchvision, e.g.
2730
torchvision 0.10, then it's safer to use the scripts from that corresponding

0 commit comments

Comments
 (0)