You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`GPT2LMHeadModel`| GPT-2 |`gpt2`, `gpt2-xl`, etc. || ✅︎ | ✅︎ |
@@ -392,6 +393,9 @@ Specified using `--task generate`.
392
393
!!! note
393
394
Currently, the ROCm version of vLLM supports Mistral and Mixtral only for context lengths up to 4096.
394
395
396
+
!!! note
397
+
Only text inputs are currently supported for `Gemma3nForConditionalGeneration`. To use this model, please upgrade Hugging Face Transformers to version 4.53.0.
398
+
395
399
### Pooling Models
396
400
397
401
See [this page](./pooling_models.md) for more information on how to use pooling models.
0 commit comments