mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-03 01:55:12 +00:00
fix typo under extensions/ (#5330)
This commit is contained in:
@@ -20,7 +20,7 @@ class _CudaExtension(_CppExtension):
|
||||
"""
|
||||
|
||||
def is_hardware_available(self) -> bool:
|
||||
# cuda extension can only be built if cuda is availabe
|
||||
# cuda extension can only be built if cuda is available
|
||||
try:
|
||||
import torch
|
||||
|
||||
|
Reference in New Issue
Block a user