[NPU]:Replace 'cuda' in the project with abstract interfaces

This commit is contained in:
feng0w0
2026-01-15 20:34:52 +08:00
parent 19e429d889
commit 5c0b07d939
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ import math
from typing import Tuple, Optional
from einops import rearrange
from .wan_video_camera_controller import SimpleAdapter
from ..core.device.npu_compatible_device import IS_NPU_AVAILABLE
try:
import flash_attn_interface