-
Notifications
You must be signed in to change notification settings - Fork 7k
[deps] updating llm batch release depset #58858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: elliot-barn <[email protected]>
Signed-off-by: elliot-barn <[email protected]>
Signed-off-by: elliot-barn <[email protected]>
Signed-off-by: elliot-barn <[email protected]>
Signed-off-by: elliot-barn <[email protected]>
| set -exo pipefail | ||
|
|
||
| uv pip install --system datasets==4.4.1 | ||
| uv pip install --system --no-deps --index-strategy unsafe-best-match -r python_depset.lock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Mismatched lock file path and depset output location
The bash script references python_depset.lock via -r python_depset.lock, but the depset configuration in llm_release_tests.depsets.yaml generates the lock file at release/ray_release/byod/llm_batch/llm_batch_single_node_benchmark_py311_cu128.lock. The script will fail because python_depset.lock does not exist at the expected location. The correct lock file path should be llm_batch/llm_batch_single_node_benchmark_py311_cu128.lock or the depset output path should be adjusted to match where the script expects the lock file.
updating llm batch release test depset successful release test run: https://buildkite.com/ray-project/release/builds/68802#019aa374-b0c3-4da1-a003-9296ac07f4e0 --------- Signed-off-by: elliot-barn <[email protected]> Signed-off-by: YK <[email protected]>
updating llm batch release test depset successful release test run: https://buildkite.com/ray-project/release/builds/68802#019aa374-b0c3-4da1-a003-9296ac07f4e0 --------- Signed-off-by: elliot-barn <[email protected]>
updating llm batch release test depset
successful release test run: https://buildkite.com/ray-project/release/builds/68802#019aa374-b0c3-4da1-a003-9296ac07f4e0