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 FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF:
# Run inference directly in the terminal:
llama-cli -hf FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF:
# Run inference directly in the terminal:
llama-cli -hf FiditeNemini/Llama-3.1-Unhinged-Vision-8B-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 FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf FiditeNemini/Llama-3.1-Unhinged-Vision-8B-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 FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF:
Use Docker
docker model run hf.co/FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF:
Quick Links

Abliterated Meta Llama 3.1 Model Combination

Meta Llama 3.1 8B Model Combination

This is an ablated Meta Llama 3.1 8B model, combined with a mmprojector model designed for Llama 3.0, converted to GGUF.

The base Llama 3.1 appears to have been trained on multimodal content, and with the new 128K context, seems to have the necessary context to be able to talk about at least two separate images in a chat without confusing the two.

Screenshot showing use in LM Studio

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

8-bit

16-bit

32-bit

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