From 5232941cfe36ef1492bedeb11cdcebae8d84e337 Mon Sep 17 00:00:00 2001 From: Woosuk Kwon Date: Tue, 14 Nov 2023 12:45:32 -0800 Subject: [PATCH] Update _posts/2023-11-14-notes-vllm-vs-deepspeed.md Co-authored-by: Zhuohan Li --- _posts/2023-11-14-notes-vllm-vs-deepspeed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-11-14-notes-vllm-vs-deepspeed.md b/_posts/2023-11-14-notes-vllm-vs-deepspeed.md index 8b458d0..dda474a 100644 --- a/_posts/2023-11-14-notes-vllm-vs-deepspeed.md +++ b/_posts/2023-11-14-notes-vllm-vs-deepspeed.md @@ -58,7 +58,7 @@ Specifically for the Dynamic SplitFuse optimization, we are actively investigati ### Appendix: Feature Comparison -DeepSpeed currently offers basic functionalities, supporting only three model types and lacking popular features like stop strings and parallel sampling (beam search). +DeepSpeed currently offers basic functionalities, supporting only three model types and lacking popular features like stop strings and parallel sampling (e.g., beam search). We do expect the DeepSpeed open source are eager to catch up and we welcome the creative innovation in the market! | | vLLM | DeepSpeed |