yiqichen01 commited on
Commit
e985be8
·
verified ·
1 Parent(s): ac1efab
Files changed (2) hide show
  1. README.md +3 -1
  2. README_CN.md +4 -1
README.md CHANGED
@@ -161,7 +161,9 @@ See the [Deployment](#deployment) section below for how to start the API server.
161
 
162
  ## Deployment
163
 
164
- For production serving, we recommend using [vLLM](https://github.com/vllm-project/vllm) or [SGLang](https://docs.sglang.io/).
 
 
165
 
166
  ### vLLM
167
 
 
161
 
162
  ## Deployment
163
 
164
+ For production serving, we recommend using [vLLM](https://github.com/vllm-project/vllm) or [SGLang](https://docs.sglang.io/). Please refer to the recipes:
165
+ - [Hy4-Preview vLLM Recipe](https://recipes.vllm.ai/tencent/Hy4-preview)
166
+ - [Hy4-Preview SGLang Cookbook](https://lmsysorg.mintlify.app/cookbook/autoregressive/Tencent/Hy4-Preview)
167
 
168
  ### vLLM
169
 
README_CN.md CHANGED
@@ -151,7 +151,10 @@ print(response.choices[0].message.content)
151
 
152
  ## 推理和部署
153
 
154
- 对于生产环境部署,我们建议使用 [vLLM](https://github.com/vllm-project/vllm) 或 [SGLang](https://docs.sglang.io/)。
 
 
 
155
 
156
  ### vLLM
157
 
 
151
 
152
  ## 推理和部署
153
 
154
+ 对于生产环境部署,我们建议使用 [vLLM](https://github.com/vllm-project/vllm) 或 [SGLang](https://docs.sglang.io/)。请参考部署方案:
155
+ - [Hy4-Preview vLLM Recipe](https://recipes.vllm.ai/tencent/Hy4-preview)
156
+ - [Hy4-Preview SGLang Cookbook](https://lmsysorg.mintlify.app/cookbook/autoregressive/Tencent/Hy4-Preview)
157
+
158
 
159
  ### vLLM
160