This website requires JavaScript.
Explore
Help
Sign in
hiro
/
ray
Watch
1
Star
0
Fork
You've already forked ray
0
mirror of
https://github.com/vale981/ray
synced
2025-03-06 18:41:40 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c427bc54e7
ray
/
release
/
ml_user_tests
/
tune_rllib
/
driver_setup.sh
6 lines
81 B
Bash
Raw
Normal View
History
Unescape
Escape
[Release] Refactor User Tests (#20028) * wip * add directory * wip * try again * Revert "try again" This reverts commit 82d33ccea6f92848df025e019b87df73cea49e5d. * finish * formatting * fix merge * fix path * chmod * check * sudo * wip * update * fix horovod * try * typo * reduce num workers
2021-11-05 17:28:37 -07:00
#!/bin/bash
[ci/release] Migrate ML user tests (#22953) Most recent tests: https://buildkite.com/ray-project/release-tests-branch/builds/156 https://buildkite.com/ray-project/release-tests-branch/builds/158
2022-03-14 11:50:16 +00:00
cd
"
${
0
%/*
}
"
||
exit
1
[ci/release] Print local environment information (#24346) For debugging client environments, it is helpful to print the installed pip packages. Additionally, a fix for the environment of the ml_user_tune_rllib_connect_test is added. Additionally, anyscale import errors are reported verbosely to help debug missing packages.
2022-04-29 21:01:50 +01:00
pip install -U -r ./driver_requirements.txt
Reference in a new issue
Copy permalink