Decode input_audio media containers with PyAV & Update memory profiler (#31832)

Signed-off-by: Shiyan Deng <dsy842974287@meta.com>
Signed-off-by: Lianmin Zheng <lianminzheng@gmail.com>
Co-authored-by: Lianmin Zheng <lianminzheng@gmail.com>
Co-authored-by: Lucia Fang <116399278+luccafong@users.noreply.github.com>
This commit is contained in:
Shiyan Deng
2026-07-24 16:18:45 -07:00
committed by GitHub
co-authored by Lianmin Zheng Lucia Fang
parent 14d6e1d3b1
commit 962c076934
8 changed files with 442 additions and 63 deletions
+2 -1
View File
@@ -19,7 +19,7 @@ dependencies = [
"aiohttp",
"anthropic>=0.20.0",
"apache-tvm-ffi==0.1.11",
"av ; sys_platform == 'linux' and (platform_machine == 'aarch64' or platform_machine == 'arm64' or platform_machine == 'armv7l')",
"av==16.1.0 ; sys_platform == 'linux' and (platform_machine == 'aarch64' or platform_machine == 'arm64' or platform_machine == 'armv7l')",
"blobfile==3.0.0",
"build",
"compressed-tensors",
@@ -144,6 +144,7 @@ test = [
"accelerate",
"addict",
"auto-round>=0.13.1",
"av==16.1.0",
"bitsandbytes",
"pymupdf",
"diff-cover",