From fd84857f646e5591c16c1e650a6fe68931efd337 Mon Sep 17 00:00:00 2001
From: Roger Wang <136131678+ywang96@users.noreply.github.com>
Date: Tue, 18 Feb 2025 22:24:03 -0800
Subject: [PATCH] [Doc] Add clarification note regarding paligemma (#13511)
---
docs/source/models/supported_models.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/docs/source/models/supported_models.md b/docs/source/models/supported_models.md
index a1a28986..5497b5db 100644
--- a/docs/source/models/supported_models.md
+++ b/docs/source/models/supported_models.md
@@ -808,7 +808,7 @@ See [this page](#generative-models) for more information on how to use generativ
*
* ✅︎
* ✅︎
-- * `PaliGemmaForConditionalGeneration`
+- * `PaliGemmaForConditionalGeneration`\*
* PaliGemma, PaliGemma 2
* T + IE
* `google/paligemma-3b-pt-224`, `google/paligemma-3b-mix-224`, `google/paligemma2-3b-ft-docci-448`, etc.
@@ -885,6 +885,10 @@ The official `openbmb/MiniCPM-V-2` doesn't work yet, so we need to use a fork (`
For more details, please see:
:::
+:::{note}
+Currently the PaliGemma model series is implemented without PrefixLM attention mask. This model series may be deprecated in a future release.
+:::
+
:::{note}
`mistral-community/pixtral-12b` does not support V1 yet.
:::