Skip to content

Commit 5bbbfcf

Browse files
committed
typo
1 parent 1c8a089 commit 5bbbfcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/cuda.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ fi
9898

9999
# Fix Cuda9.2 on Windows: https://github.com/pytorch/pytorch/issues/6109
100100
if [ "${TRAVIS_OS_NAME}" = "windows" ] && [ "${IDX}" = "cu92" ]; then
101-
cat -n "${CUDA_PATH}/include/crt/host_config.h"
101+
cat -n "${CUDA_HOME}/include/crt/host_config.h"
102102
sed -i.bak -e '129,141d' "${CUDA_PATH}/include/crt/host_config.h"
103-
cat -n "${CUDA_PATH}/include/crt/host_config.h"
103+
cat -n "${CUDA_HOME}/include/crt/host_config.h"
104104
fi

0 commit comments

Comments
 (0)