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

QuantFactory Banner

QuantFactory/Tulu-3.1-8B-SuperNova-GGUF

This is quantized version of bunnycore/Tulu-3.1-8B-SuperNova created using llama.cpp

Original Model Card

merge

This is a merge of pre-trained language models created using mergekit.

Merge Details

Merge Method

This model was merged using the linear merge method.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: arcee-ai/Llama-3.1-SuperNova-Lite
    parameters:
      weight: 1.0
  - model: allenai/Llama-3.1-Tulu-3-8B
    parameters:
      weight: 1.0
  - model: meditsolutions/Llama-3.1-MedIT-SUN-8B
    parameters:
      weight: 1.0
merge_method: linear
normalize: false
int8_mask: true
dtype: bfloat16

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 30.94
IFEval (0-Shot) 81.94
BBH (3-Shot) 32.50
MATH Lvl 5 (4-Shot) 24.32
GPQA (0-shot) 6.94
MuSR (0-shot) 8.69
MMLU-PRO (5-shot) 31.27
Downloads last month
250
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/Tulu-3.1-8B-SuperNova-GGUF

Paper for QuantFactory/Tulu-3.1-8B-SuperNova-GGUF

Evaluation results