How to use from
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 appvoid/appvoid-cloud-02-q8_0-GGUF:Q8_0
# Run inference directly in the terminal:
llama cli -hf appvoid/appvoid-cloud-02-q8_0-GGUF:Q8_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf appvoid/appvoid-cloud-02-q8_0-GGUF:Q8_0
# Run inference directly in the terminal:
llama cli -hf appvoid/appvoid-cloud-02-q8_0-GGUF:Q8_0
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 appvoid/appvoid-cloud-02-q8_0-GGUF:Q8_0
# Run inference directly in the terminal:
./llama-cli -hf appvoid/appvoid-cloud-02-q8_0-GGUF:Q8_0
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 appvoid/appvoid-cloud-02-q8_0-GGUF:Q8_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf appvoid/appvoid-cloud-02-q8_0-GGUF:Q8_0
Use Docker
docker model run hf.co/appvoid/appvoid-cloud-02-q8_0-GGUF:Q8_0
Quick Links

merge

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

Merge Details

Merge Method

This model was merged using the DARE TIES merge method using MihaiPopa-1/LFM2.5-350M-heretic as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

merge_method: dare_ties
base_model: MihaiPopa-1/LFM2.5-350M-heretic
dtype: bfloat16

parameters:
  normalize: false
  int8_mask: true

models:
  # slot_1_strongest
  - model: appvoid/palmer-005-core
    parameters:
      weight: 0.28
      density: 0.38

  # slot_2_medium
  - model: mkurman/LiquidAI-LFM2.5-350M-SYNTH
    parameters:
      weight: 0.22
      density: 0.34

  # slot_3_light
  - model: squ11z1/claude-oss-350m
    parameters:
      weight: 0.14
      density: 0.28
Downloads last month
107
GGUF
Model size
0.4B params
Architecture
lfm2
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for appvoid/appvoid-cloud-02-q8_0-GGUF

Base model

appvoid/cloud-02
Quantized
(1)
this model

Paper for appvoid/appvoid-cloud-02-q8_0-GGUF