How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf city96/llava-llama-3-8b-v1_1-imat-gguf:
# Run inference directly in the terminal:
llama-cli -hf city96/llava-llama-3-8b-v1_1-imat-gguf:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf city96/llava-llama-3-8b-v1_1-imat-gguf:
# Run inference directly in the terminal:
llama-cli -hf city96/llava-llama-3-8b-v1_1-imat-gguf:
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 city96/llava-llama-3-8b-v1_1-imat-gguf:
# Run inference directly in the terminal:
./llama-cli -hf city96/llava-llama-3-8b-v1_1-imat-gguf:
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 city96/llava-llama-3-8b-v1_1-imat-gguf:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf city96/llava-llama-3-8b-v1_1-imat-gguf:
Use Docker
docker model run hf.co/city96/llava-llama-3-8b-v1_1-imat-gguf:
Quick Links

This is an imatrix gguf conversion of xtuner/llava-llama-3-8b-v1_1-transformers.

Mainly intended to be used as the text encoder for Hunyuan Video, but possible to use for vision tasks with the mmproj file from the xtuner gguf repository.

The imatrix dataset used was calibration_datav3.txt by Bartowski, which was used for all quants under Q6_K. Tested against wikitext / no imatrix and it outperformed both.

Note that the vocab_size is different between the transformers (128 320) and the hf (128 256) repositories. This used the former as it was what was used in the official Hunyuan Video code.

IQ quants will be slow in ComfyUI due to using numpy fallback.

Downloads last month
1,127
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for city96/llava-llama-3-8b-v1_1-imat-gguf

Quantized
(1)
this model

Collection including city96/llava-llama-3-8b-v1_1-imat-gguf