mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[Test] Add ray wheel sanity check (#21223)
This commit is contained in:
parent
5dc0f90ada
commit
7d861a2c58
2 changed files with 2 additions and 0 deletions
|
@ -11,3 +11,4 @@ post_build_cmds:
|
|||
- pip install -U git+https://github.com/ray-project/ray_shuffling_data_loader.git@add-embedding-model
|
||||
- pip install ray[default]
|
||||
- HOROVOD_WITH_GLOO=1 HOROVOD_WITHOUT_MPI=1 HOROVOD_WITHOUT_TENSORFLOW=1 HOROVOD_WITHOUT_MXNET=1 HOROVOD_WITH_PYTORCH=1 pip install -U git+https://github.com/horovod/horovod.git
|
||||
- {{ env["RAY_WHEELS_SANITY_CHECK"] | default("echo No Ray wheels sanity check") }}
|
||||
|
|
|
@ -11,3 +11,4 @@ post_build_cmds:
|
|||
- pip install -U git+https://github.com/ray-project/ray_shuffling_data_loader.git@add-embedding-model
|
||||
- pip install ray[default]
|
||||
- HOROVOD_WITH_GLOO=1 HOROVOD_WITHOUT_MPI=1 HOROVOD_WITHOUT_TENSORFLOW=1 HOROVOD_WITHOUT_MXNET=1 HOROVOD_WITH_PYTORCH=1 pip install -U git+https://github.com/horovod/horovod.git
|
||||
- {{ env["RAY_WHEELS_SANITY_CHECK"] | default("echo No Ray wheels sanity check") }}
|
||||
|
|
Loading…
Add table
Reference in a new issue