Skip to content

Commit ac7d90c

Browse files
correct comment
1 parent 4e41431 commit ac7d90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchstudio/pythoninstall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
print(conda_install)
4242
print("")
4343

44-
# channels: pytorch for pytorch torchvision torchaudio, nvidia for cudatoolkit=11.1 on Linux, huggingface for datasets(+huggingface_hub), conda-forge for everything else except anaconda for python-graphviz and ngam for osx-arm64 torchaudio
44+
# channels: pytorch for pytorch torchvision torchaudio, nvidia for cudatoolkit=11.1 on Linux, huggingface for datasets(+huggingface_hub), conda-forge for everything else except anaconda for python-graphviz
4545
conda_install+=" -c pytorch -c nvidia -c huggingface -c conda-forge -c anaconda"
4646

4747
# https://stackoverflow.com/questions/41767340/using-conda-install-within-a-python-script

0 commit comments

Comments
 (0)