We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7913207 commit adc8396Copy full SHA for adc8396
1 file changed
scripts/devinstall_torch.sh
@@ -162,7 +162,7 @@ install_whl() {
162
163
usage() {
164
cat >&2 <<EOF
165
-Usage: $(basename "$0") [COMMAND]
+Usage: $(basename "$0") [COMMAND]
166
source Download Torch's source (if needed) and install the build deps
167
release Install Torch
168
nightly Install the Torch nightly wheel
@@ -200,5 +200,3 @@ nightly | test)
200
exit 1
201
;;
202
esac
203
-
204
0 commit comments