Skip to content

Commit

Permalink
correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
divideconcept authored Mar 2, 2022
1 parent 4e41431 commit ac7d90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchstudio/pythoninstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
print(conda_install)
print("")

# 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
# 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
conda_install+=" -c pytorch -c nvidia -c huggingface -c conda-forge -c anaconda"

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

0 comments on commit ac7d90c

Please sign in to comment.