We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da976f4 commit c65463fCopy full SHA for c65463f
examples/online_serving/ray_serve_deepseek.py
@@ -1,7 +1,9 @@
1
# SPDX-License-Identifier: Apache-2.0
2
"""
3
Example to deploy DeepSeek R1 or V3 with Ray Serve LLM.
4
-See Ray Serve LLM documentation at:
+See more details at:
5
+https://docs.ray.io/en/latest/serve/tutorials/serve-deepseek.html
6
+And see Ray Serve LLM documentation at:
7
https://docs.ray.io/en/latest/serve/llm/serving-llms.html
8
9
Run `python3 ray_serve_deepseek.py` to deploy the model.
0 commit comments