mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-27 19:36:13 +00:00
[doc] fix setup.py typo (#3603)
Optimization Code change "vairable" to "variable"
This commit is contained in:
parent
7570d9ae3d
commit
becd3b0f54
2
setup.py
2
setup.py
@ -46,7 +46,7 @@ def environment_check_for_cuda_extension_build():
|
||||
|
||||
if not CUDA_HOME:
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user