update dependencies to integrate torchcodec

Этот коммит содержится в:
Dmitrii Kapitan 2025-10-17 18:54:40 +02:00
родитель 83cfff9dce
Коммит 8b207cb347
2 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -9,11 +9,12 @@ channels:
dependencies: dependencies:
- python=3.11 - python=3.11
- cudatoolkit=11.8 - cudatoolkit=11.8
- pytorch=2.3.1 - pytorch=2.5.1
- pytorch-cuda=11.8 - pytorch-cuda=11.8
- torchvision=0.18.1 - torchvision=0.20.1
- torchaudio=2.3.1 - torchaudio=2.5.1
- faiss-gpu-raft=1.8.0 - faiss-gpu-raft=1.8.0
- ipykernel - ipykernel
- jupyterlab - jupyterlab
- jupyterlab_widgets - jupyterlab_widgets
- ffmpeg<8

Просмотреть файл

@ -49,6 +49,7 @@ dependencies = [
"torchvision", "torchvision",
"tqdm", "tqdm",
"transformers>=4.54", "transformers>=4.54",
"torchcodec<0.2",
"webcolors", "webcolors",
] ]