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

llama-3-8B-Instruct-Coder-GGUF

Model Description

This model is llama-3-8b-instruct from Meta (uploaded by unsloth) trained on the full 65k Codefeedback dataset + the additional 150k Code Feedback Filtered Instruction dataset combined. You can find that dataset linked below. This AI model was trained with the new Qalore method developed by my good friend on Discord and fellow Replete-AI worker walmartbag.

The Qalore method uses Qlora training along with the methods from Galore for additional reductions in VRAM allowing for llama-3-8b to be loaded on 14.5 GB of VRAM. This allowed this training to be completed on an RTX A4000 16GB in 130 hours for less than $20.

Dataset used for training this model:

Qalore notebook for training:

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

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

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

Model tree for QuantFactory/Llama-3-8B-Instruct-Coder-GGUF