[NPU]:Support USP feature in NPU

This commit is contained in:
feng0w0
2026-01-21 10:34:09 +08:00
parent 848bfd6993
commit d879d66c62
6 changed files with 0 additions and 380 deletions

View File

@@ -32,18 +32,6 @@ classifiers = [
"Operating System :: OS Independent",
]
[project.optional-dependencies]
npu_aarch64 = [
"torch==2.7.1",
"torch-npu==2.7.1",
"torchvision==0.22.1"
]
npu = [
"torch==2.7.1+cpu",
"torch-npu==2.7.1",
"torchvision==0.22.1+cpu"
]
[tool.setuptools.packages.find]
where = ["./"]
include = ["diffsynth", "diffsynth.*"]