Update deployment_guide.md to include docker image address

#2
by jack-zxy - opened
Files changed (1) hide show
  1. deployment_guide.md +4 -0
deployment_guide.md CHANGED
@@ -72,6 +72,8 @@ vllm serve internlm/Intern-S2-Preview \
72
  --speculative-config '{"method":"mtp","num_speculative_tokens":4}'
73
  ```
74
 
 
 
75
  - Basic Serving Without MTP
76
 
77
  ```bash
@@ -87,6 +89,8 @@ vllm serve internlm/Intern-S2-Preview \
87
 
88
  Use the latest SGLang Docker image or source build with Intern-S2-Preview support.
89
 
 
 
90
  - Serving With MTP (Recommended)
91
 
92
  ```bash
 
72
  --speculative-config '{"method":"mtp","num_speculative_tokens":4}'
73
  ```
74
 
75
+ For example, you can use the vLLM nightly Docker image `docker pull vllm/vllm-openai:cu129-nightly-a6682d1d259cca69a9ae737ea5608fbbe7520031`
76
+
77
  - Basic Serving Without MTP
78
 
79
  ```bash
 
89
 
90
  Use the latest SGLang Docker image or source build with Intern-S2-Preview support.
91
 
92
+ For example, you can use the SGLang nightly Docker image `docker pull lmsysorg/sglang:nightly-dev-cu12-20260520-425dffbd`
93
+
94
  - Serving With MTP (Recommended)
95
 
96
  ```bash