Instructions to use FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF with 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 FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF:F16 # Run inference directly in the terminal: llama cli -hf FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF:F16 # Run inference directly in the terminal: llama cli -hf FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF: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 FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF:F16 # Run inference directly in the terminal: ./llama-cli -hf FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF: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 FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF:F16
Use Docker
docker model run hf.co/FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF:F16
- LM Studio
- Jan
- Ollama
How to use FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF with Ollama:
ollama run hf.co/FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF:F16
- Unsloth Desktop
- Docker Model Runner
How to use FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF with Docker Model Runner:
docker model run hf.co/FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF:F16
- Lemonade
How to use FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull FiditeNemini/Llama-3.1-Unhinged-Vision-8B-GGUF:F16
Run and chat with the model
lemonade run user.Llama-3.1-Unhinged-Vision-8B-GGUF-F16
List all available models
lemonade list
- Atomic Chat
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.
- Downloads last month
- 689
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

