From d4accf4ec20d503e4757029fb4dc30bf27c29b1d Mon Sep 17 00:00:00 2001 From: Mengqing Cao Date: Wed, 26 Mar 2025 09:07:55 +0800 Subject: [PATCH] [Doc][Model] update LLaVA 1.6 support (#373) update LLaVA 1.6 support --------- Signed-off-by: MengqingCao --- docs/source/user_guide/supported_models.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/user_guide/supported_models.md b/docs/source/user_guide/supported_models.md index ec46afd..fb7a62c 100644 --- a/docs/source/user_guide/supported_models.md +++ b/docs/source/user_guide/supported_models.md @@ -21,7 +21,8 @@ | InternVL2.5 | ✅ || | GLM-4v | |Need test| | Molomo | ✅ || -| LLaVA1.5 | | Need test| +| LLaVA1.5 | ✅ || +| LLaVA 1.6 | ✅ |Modify the default value of `max_position_embeddings` in the weight file `config.json` to `5120` to run LLaVA 1.6 on Ascend NPU| | Mllama | |Need test| | LLaVA-Next | |Need test| | LLaVA-Next-Video | |Need test|