[CPU] Support Qwen3.8 text+video: adding torchcodec, ffmpeg and removing pin_memory (#35492)

This commit is contained in:
YanbingJiang
2026-09-09 09:22:58 +08:00
committed by GitHub
parent da821aad11
commit a67a31aa81
4 changed files with 17 additions and 2 deletions
+1
View File
@@ -62,6 +62,7 @@ dependencies = [
"timm==1.0.16",
"torch==2.12.0",
"torchaudio==2.11.0",
"torchcodec==0.12.0 ; sys_platform != 'linux' or (sys_platform == 'linux' and platform_machine != 'aarch64' and platform_machine != 'arm64' and platform_machine != 'armv7l')",
"torchvision==0.27.0",
"tqdm",
"transformers==5.12.1",