mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-12 12:47:21 +00:00
[CI] fix some spelling errors (#3707)
* fix spelling error with examples/comminity/ * fix spelling error with tests/ * fix some spelling error with tests/ colossalai/ etc.
This commit is contained in:
@@ -36,7 +36,7 @@ def get_cuda_version_in_pytorch() -> List[int]:
|
||||
torch_cuda_minor = torch.version.cuda.split(".")[1]
|
||||
except:
|
||||
raise ValueError(
|
||||
"[extension] Cannot retrive the CUDA version in the PyTorch binary given by torch.version.cuda")
|
||||
"[extension] Cannot retrieve the CUDA version in the PyTorch binary given by torch.version.cuda")
|
||||
return torch_cuda_major, torch_cuda_minor
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user