There was an error while loading. Please reload this page.
1 parent 92f50be commit 6650100Copy full SHA for 6650100
1 file changed
.github/workflows/ci-rvm-mj-temporary.yml
@@ -28,8 +28,10 @@ jobs:
28
--index-url https://download.pytorch.org/whl/cpu \
29
torch torchvision
30
python -m pip install \
31
- transformers safetensors timm diffusers accelerate \
32
- omegaconf einops loguru imageio imageio-ffmpeg pyarrow peft
+ transformers safetensors timm diffusers accelerate peft \
+ omegaconf einops loguru imageio imageio-ffmpeg pyarrow \
33
+ cloudpickle scipy six h5py requests sentencepiece protobuf \
34
+ tqdm datasets torchdata ftfy aiohttp aiofiles fastapi
35
python -m pip install --no-deps -e .
36
37
- name: Compile changed Python entry points
0 commit comments