stevenkuang commited on
Commit
9b66d62
·
verified ·
1 Parent(s): f88313c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -153,6 +153,12 @@ See the [Deployment](#deployment) section below for how to start the API server.
153
 
154
  Hy3 has 295B parameters in total. To serve it on 8 GPUs, we recommend using H20-3e or other GPUs with larger memory capacity.
155
 
 
 
 
 
 
 
156
  ### vLLM
157
 
158
  Build vLLM from source:
 
153
 
154
  Hy3 has 295B parameters in total. To serve it on 8 GPUs, we recommend using H20-3e or other GPUs with larger memory capacity.
155
 
156
+ For production serving, we recommend using vLLM or SGLang, both of which provide dedicated recipes for Hy3:
157
+
158
+ - [vLLM](https://github.com/vllm-project/vllm) - see [vLLM recipes](https://recipes.vllm.ai/tencent/Hy3)
159
+
160
+ - [SGLang](https://docs.sglang.io/) - see [SGLang cookbook](https://lmsysorg.mintlify.app/cookbook/autoregressive/Tencent/Hy3)
161
+
162
  ### vLLM
163
 
164
  Build vLLM from source: