mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-21 16:18:13 +00:00
Docs:Supplement NPU environment installation document
This commit is contained in:
@@ -34,5 +34,17 @@ classifiers = [
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
|
||||
[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