mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-20 03:13:30 +00:00
Ruff.
This commit is contained in:
parent
2dac065cd7
commit
50ff3a2a6a
@ -96,7 +96,7 @@ except:
|
||||
npu_available = False
|
||||
|
||||
try:
|
||||
import torch_mlu
|
||||
import torch_mlu # noqa: F401
|
||||
_ = torch.mlu.device_count()
|
||||
mlu_available = torch.mlu.is_available()
|
||||
except:
|
||||
|
Loading…
Reference in New Issue
Block a user