[RL] fix skip_server_warmup and rl health_generate logic (#8757)

This commit is contained in:
Zilin Zhu
2025-08-08 19:34:38 +08:00
committed by GitHub
parent a947154286
commit dd650e0e21
3 changed files with 12 additions and 1 deletions

View File

@@ -1172,6 +1172,8 @@ def _wait_and_warmup(
pipe_finish_writer,
):
return
else:
_global_state.tokenizer_manager.server_status = ServerStatus.Up
logger.info("The server is fired up and ready to roll!")