Minor
Signed-off-by: WoosukKwon <woosuk.kwon@berkeley.edu>
This commit is contained in:
parent
d2343c442d
commit
02d5e058ff
|
@ -109,7 +109,7 @@ The final piece of the puzzle for vLLM V1 was integrating [FlashAttention 3](htt
|
|||
While vLLM V1 shows promising results, it is still in its alpha stage and lacks several features from V0. Here’s a clarification:
|
||||
|
||||
**Model Support:**
|
||||
V1 supports decoder-only Transformers like Llama, mixture-of-experts (MoE) models like Mixtral, and some Llava-like VLMs such as Pixtral. All quantization methods are supported. However, V1 currently does not support encoder-decoder architectures like multimodal Llama 3.2, Mamba-based models like Jamba, or embedding models. Please check out [our documentation]() for a more detailed list of the supported models.
|
||||
V1 supports decoder-only Transformers like Llama, mixture-of-experts (MoE) models like Mixtral, and several VLMs such as Qwen2-VL. All quantization methods are supported. However, V1 currently does not support encoder-decoder architectures like multimodal Llama 3.2, Mamba-based models like Jamba, or embedding models. Please check out [our documentation]() for a more detailed list of the supported models.
|
||||
|
||||
**Feature Limitations:**
|
||||
V1 currently lacks support for log probs, prompt log probs sampling parameters, pipeline parallelism, structured decoding, speculative decoding, prometheus metrics, and LoRA. We are actively working to close this feature gap and add new optimizations. Please stay tuned!
|
||||
|
|
Loading…
Reference in New Issue