We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aaad89 commit 352e197Copy full SHA for 352e197
toolchain/scripts/stage4/install_libtorch.sh
@@ -46,8 +46,8 @@ case "${with_libtorch}" in
46
if verify_checksums "${install_lock_file}"; then
47
echo "${filename} is already installed, skipping it."
48
else
49
- if [ -f ${archive_file} ]; then
50
- echo "${archive_file} is found"
+ if [ -f ${filename} ]; then
+ echo "${filename} is found"
51
52
# download from pytorch.com and checksum
53
url=https://download.pytorch.org/libtorch/cpu/${archive_file}
0 commit comments