mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-18 22:08:13 +00:00
Merge pull request #1167 from Feng0w0/install_env
Docs:Supplement NPU environment installation document
This commit is contained in:
@@ -36,5 +36,17 @@ classifiers = [
|
||||
where = ["./"]
|
||||
include = ["diffsynth"]
|
||||
|
||||
[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]
|
||||
include-package-data = true
|
||||
|
||||
Reference in New Issue
Block a user