* support mova inference

* mova media_io

* add unified audio_video api & fix bug of mono audio input for ltx

* support mova train

* mova docs

* fix bug
This commit is contained in:
Hong Zhang
2026-03-13 13:06:07 +08:00
committed by GitHub
parent 4741542523
commit 681df93a85
37 changed files with 3102 additions and 181 deletions

View File

@@ -12,7 +12,6 @@ requires-python = ">=3.10.1"
dependencies = [
"torch>=2.0.0",
"torchvision",
"torchaudio",
"transformers",
"imageio",
"imageio[ffmpeg]",
@@ -48,6 +47,10 @@ npu = [
"torch-npu==2.7.1",
"torchvision==0.22.1+cpu"
]
audio = [
"torchaudio",
"torchcodec"
]
[tool.setuptools]
include-package-data = true