Unverified Commit becd3b0f authored by digger-yu's avatar digger-yu Committed by GitHub
Browse files

[doc] fix setup.py typo (#3603)

Optimization Code
change "vairable" to "variable"
parent 7570d9ae
...@@ -46,7 +46,7 @@ def environment_check_for_cuda_extension_build(): ...@@ -46,7 +46,7 @@ def environment_check_for_cuda_extension_build():
if not CUDA_HOME: if not CUDA_HOME:
raise RuntimeError( raise RuntimeError(
"[extension] CUDA_HOME is not found while CUDA_EXT=1. You need to export CUDA_HOME environment vairable or install CUDA Toolkit first in order to build CUDA extensions" "[extension] CUDA_HOME is not found while CUDA_EXT=1. You need to export CUDA_HOME environment variable or install CUDA Toolkit first in order to build CUDA extensions"
) )
check_system_pytorch_cuda_match(CUDA_HOME) check_system_pytorch_cuda_match(CUDA_HOME)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment