Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@eicherseiji
Copy link
Contributor

Description

Follow up to #58334, add a release test

Related issues

N/A

Additional information

Signed-off-by: Seiji Eicher <[email protected]>
@eicherseiji eicherseiji added the go add ONLY when ready to merge, run all tests label Dec 18, 2025
Signed-off-by: Seiji Eicher <[email protected]>
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a release test for CPU-only mode in Ray Serve LLM, which is a great follow-up to the initial implementation. The changes are well-structured, with a new test configuration, a BYOD script for setting up the environment, and the test script itself.

My main feedback is on the test script release/llm_tests/serve/test_llm_serve_cpu_mode.py, where a time.sleep() is used. This can introduce flakiness. I've suggested replacing it with a more robust condition check that waits for both the application to be running and the model to be available via the API.

Overall, this is a solid addition to the release testing suite.

Signed-off-by: Seiji Eicher <[email protected]>
@eicherseiji eicherseiji marked this pull request as ready for review December 19, 2025 19:47
@eicherseiji eicherseiji changed the title [serve][llm] CPU Release test [serve][llm] CPU mode Release test Dec 19, 2025
Signed-off-by: Seiji Eicher <[email protected]>
Signed-off-by: Seiji Eicher <[email protected]>
@ray-gardener ray-gardener bot added serve Ray Serve Related Issue release-test release test llm labels Dec 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

go add ONLY when ready to merge, run all tests llm release-test release test serve Ray Serve Related Issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant