chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:17:40 +08:00
commit f1825c8ceb
10096 changed files with 2364182 additions and 0 deletions
@@ -0,0 +1,14 @@
from ray.llm._internal.common.observability.logging_utils import (
disable_vllm_custom_ops_logger_on_cpu_nodes,
)
from ray.llm._internal.serve.observability import setup_observability
# Set up observability
disable_vllm_custom_ops_logger_on_cpu_nodes()
setup_observability()
def _worker_process_setup_hook():
"""Noop setup hook used for ENABLE_WORKER_PROCESS_SETUP_HOOK
(see python/ray/llm/_internal/serve/configs/constants.py)."""
pass