From c44c384b1c85b2e83c7b1998fb2a3c1c981fdf6b Mon Sep 17 00:00:00 2001 From: Rui Qiao <161574667+ruisearch42@users.noreply.github.com> Date: Fri, 9 May 2025 09:59:36 -0700 Subject: [PATCH] [Misc] Add references in ray_serve_deepseek example (#17907) Signed-off-by: Rui Qiao --- examples/online_serving/ray_serve_deepseek.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/online_serving/ray_serve_deepseek.py b/examples/online_serving/ray_serve_deepseek.py index f9ef3e2da1a1..e2dce107e78a 100644 --- a/examples/online_serving/ray_serve_deepseek.py +++ b/examples/online_serving/ray_serve_deepseek.py @@ -1,7 +1,9 @@ # SPDX-License-Identifier: Apache-2.0 """ Example to deploy DeepSeek R1 or V3 with Ray Serve LLM. -See Ray Serve LLM documentation at: +See more details at: +https://docs.ray.io/en/latest/serve/tutorials/serve-deepseek.html +And see Ray Serve LLM documentation at: https://docs.ray.io/en/latest/serve/llm/serving-llms.html Run `python3 ray_serve_deepseek.py` to deploy the model.