How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf cortexso/llava-v1.6:F16
# Run inference directly in the terminal:
llama cli -hf cortexso/llava-v1.6:F16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf cortexso/llava-v1.6:F16
# Run inference directly in the terminal:
llama cli -hf cortexso/llava-v1.6:F16
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf cortexso/llava-v1.6:F16
# Run inference directly in the terminal:
./llama-cli -hf cortexso/llava-v1.6:F16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf cortexso/llava-v1.6:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf cortexso/llava-v1.6:F16
Use Docker
docker model run hf.co/cortexso/llava-v1.6:F16
Quick Links

Overview

LLaVA (Large Language and Vision Assistant) is an open-source chatbot trained to handle multimodal instruction-following tasks. It is a fine-tuned Vicuna-7B model, designed to process both text and image inputs. This auto-regressive language model leverages the transformer architecture to improve interactions in vision-language tasks, making it useful for research in computer vision, natural language processing, machine learning, and artificial intelligence.

LLaVA-v1.6-Vicuna-7B is the latest iteration, trained in December 2023, and optimized for improved instruction-following performance in multimodal settings.

Variants

No Variant Cortex CLI command
1 llava-v1.6-vicuna-7b-f16 cortex run llava-v1.6:gguf-f16
2 llava-v1.6-vicuna-7b-q4_km cortex run llava-v1.6:gguf-q4-km

Use it with Jan (UI)

  1. Install Jan using Quickstart
  2. Use in Jan model Hub:
    cortexso/llava-v1.6
    

Use it with Cortex (CLI)

  1. Install Cortex using Quickstart
  2. Run the model with command:
    cortex run llava-v1.6
    

Credits

Downloads last month
19
GGUF
Model size
7B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support