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 |