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

Cedaros/BetaMonarch-10.7B

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

Merge Details

Merge Method

This model was merged using the passthrough merge method.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

dtype: float16
merge_method: passthrough
slices:
- sources:
  - layer_range: [0, 24]
    model: abideen/AlphaMonarch-dora
- sources:
  - layer_range: [8, 32]
    model: abideen/AlphaMonarch-dora
Downloads last month
66
Safetensors
Model size
11B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for raincandy-u/BetaMonarch-10.7B

Quantized
(7)
this model