Skip to content

Commit

Permalink
Merge pull request #29025 from ke7kto/libtorch_setup_helpstring
Browse files Browse the repository at this point in the history
Change docstring of setup_libtorch.sh
  • Loading branch information
GiudGiud authored Dec 5, 2024
2 parents 42cb95a + 9c4ad51 commit 82cdfd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup_libtorch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if [[ -n "$HELP" ]]; then
echo "--cleanup Remove the downloaded tarball after the install"
echo "--version=VERSION_NUMBER Specify the version number of libtorch"
echo "--libtorch-dest=DESTINATION Specify where the packages are to be copied"
echo "--libtorch-distribution=DISTRIBUTION Specify the distribution (cpu/cuda)"
echo "--libtorch-distribution=DISTRIBUTION Specify the distribution (cpu/cu118/cu121/cu124/rocm6.2)"
echo "*************************************************************************************"
echo ""
exit 0
Expand Down

0 comments on commit 82cdfd9

Please sign in to comment.