Use python 3.9 in launch test instead of 3.8
Fix ruff check.
This commit is contained in:
@@ -87,7 +87,7 @@ except:
|
||||
pass
|
||||
|
||||
try:
|
||||
import torch_npu
|
||||
import torch_npu # noqa: F401
|
||||
_ = torch.npu.device_count()
|
||||
npu_available = torch.npu.is_available()
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user