Skip to content

Commit 39e9de7

Browse files
committed
fix
1 parent d93dd46 commit 39e9de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/cuda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ fi
9999
# Fix Cuda9.2 on Windows: https://github.com/pytorch/pytorch/issues/6109
100100
if [ "${TRAVIS_OS_NAME}" = "windows" ] && [ "${IDX}" = "cu92" ]; then
101101
cat -n "${CUDA_HOME}/include/crt/host_config.h"
102-
sed -i.bak -e '129,141d' "${CUDA_PATH}/include/crt/host_config.h"
102+
sed -i.bak -e '129,141d' "${CUDA_HOME}/include/crt/host_config.h"
103103
cat -n "${CUDA_HOME}/include/crt/host_config.h"
104104
fi
105105

0 commit comments

Comments
 (0)