From 666946cc6edf6bb5145f097f73deb80aedb0f8c3 Mon Sep 17 00:00:00 2001 From: Bo Li Date: Wed, 8 May 2024 14:41:26 +0000 Subject: [PATCH] Add installation instructions for LLaVA-NeXT model files --- docs/LLaVA-NeXT-Video.md | 2 ++ docs/LLaVA-NeXT.md | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/LLaVA-NeXT-Video.md b/docs/LLaVA-NeXT-Video.md index 49d09007..c9dbcba6 100644 --- a/docs/LLaVA-NeXT-Video.md +++ b/docs/LLaVA-NeXT-Video.md @@ -7,6 +7,8 @@ ## Demo +> make sure you installed the LLaVA-NeXT model files via outside REAME.md + 1. **Example model:** `lmms-lab/LLaVA-NeXT-Video-7B-DPO` 2. **Prompt mode:** `vicuna_v1` (use `mistral_direct` for `lmms-lab/LLaVA-NeXT-Video-34B-DPO`) diff --git a/docs/LLaVA-NeXT.md b/docs/LLaVA-NeXT.md index 5972c149..75cbe9f0 100644 --- a/docs/LLaVA-NeXT.md +++ b/docs/LLaVA-NeXT.md @@ -4,6 +4,7 @@ **Install the evaluation package:** ```bash +# make sure you installed the LLaVA-NeXT model files via outside REAME.md pip install git+https://github.com/EvolvingLMMs-Lab/lmms-eval.git ```