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

QuantFactory Banner

QuantFactory/L3-Luna-8B-GGUF

This is quantized version of Casual-Autopsy/L3-Luna-8B 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 TIES merge method using Sao10K/L3-8B-Lunaris-v1 as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: Sao10K/L3-8B-Lunaris-v1
  - model: FPHam/L3-8B-Everything-COT
    parameters:
        density: 0.5
        weight: 0.1
  - model: Ayush-1722/Meta-Llama-3-8B-Instruct-Summarize-v0.2-24K-LoRANET-Merged
    parameters:
        density: 0.5
        weight: 0.1
  - model: OEvortex/Emotional-llama-8B
    parameters:
        density: 0.5
        weight: 0.1
  - model: ChaoticNeutrals/Domain-Fusion-L3-8B
    parameters:
        density: 0.75
        weight: 0.05
  - model: nothingiisreal/L3-8B-Celeste-V1.2
    parameters:
        density: 0.75
        weight: 0.05
  - model: Orenguteng/Llama-3-8B-Lexi-Uncensored
    parameters:
        density: 0.75
        weight: 0.05
  - model: Sao10K/L3-8B-Niitama-v1
    parameters:
        density: 0.75
        weight: 0.05
base_model: Sao10K/L3-8B-Lunaris-v1
merge_method: ties
parameters:
  normalize: true
dtype: bfloat16
Downloads last month
247
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/L3-Luna-8B-GGUF

Paper for QuantFactory/L3-Luna-8B-GGUF