yiqichen01 commited on
Commit
e5d67eb
·
verified ·
1 Parent(s): 1f90e61
Files changed (2) hide show
  1. README.md +3 -1
  2. README_CN.md +4 -1
README.md CHANGED
@@ -163,7 +163,9 @@ See the [Deployment](#deployment) section below for how to start the API server.
163
 
164
  ## Deployment
165
 
166
- For production serving, we recommend using [vLLM](https://github.com/vllm-project/vllm) or [SGLang](https://docs.sglang.io/).
 
 
167
 
168
  ### vLLM
169
 
 
163
 
164
  ## Deployment
165
 
166
+ For production serving, we recommend using [vLLM](https://github.com/vllm-project/vllm) or [SGLang](https://docs.sglang.io/). Please refer to the recipes:
167
+ - [Hy4-Preview vLLM Recipe](https://recipes.vllm.ai/tencent/Hy4-preview)
168
+ - [Hy4-Preview SGLang Cookbook](https://lmsysorg.mintlify.app/cookbook/autoregressive/Tencent/Hy4-Preview)
169
 
170
  ### vLLM
171
 
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