Skip to content

Commit 6650100

Browse files
committed
ci(rvm): install FastVideo import dependencies for focused audit
1 parent 92f50be commit 6650100

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci-rvm-mj-temporary.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ jobs:
2828
--index-url https://download.pytorch.org/whl/cpu \
2929
torch torchvision
3030
python -m pip install \
31-
transformers safetensors timm diffusers accelerate \
32-
omegaconf einops loguru imageio imageio-ffmpeg pyarrow peft
31+
transformers safetensors timm diffusers accelerate peft \
32+
omegaconf einops loguru imageio imageio-ffmpeg pyarrow \
33+
cloudpickle scipy six h5py requests sentencepiece protobuf \
34+
tqdm datasets torchdata ftfy aiohttp aiofiles fastapi
3335
python -m pip install --no-deps -e .
3436
3537
- name: Compile changed Python entry points

0 commit comments

Comments
 (0)