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

alpha-model-1b

Alpha-Model-1c Q4 quants are in here by mistake. Planning on fixing later

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 /workspace/test-model-13 as a base.

Models Merged

The following models were included in the merge:

  • /workspace/test-model-4
  • /workspace/test-model-6
  • /workspace/test-model-11
  • /workspace/test-model-14

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: /workspace/test-model-11
    parameters:
      weight: 0.2
      density: 0.5
  - model: /workspace/test-model-14
    parameters:
      weight: 0.2
      density: 0.5
  - model: /workspace/test-model-6
    parameters:
      weight: 0.2
      density: 0.5
  - model: /workspace/test-model-4
    parameters:
      weight: 0.2
      density: 0.5
  - model: /workspace/test-model-13
    parameters:
      weight: 0.2
      density: 0.5
merge_method: dare_ties
base_model: /workspace/test-model-13
parameters:
  normalize: false
dtype: float32
out_dtype: bfloat16
tokenizer:
 source: base
Downloads last month
12
Safetensors
Model size
105B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for bruhzair/Alpha-Model-1b-105B

Quantizations
2 models

Paper for bruhzair/Alpha-Model-1b-105B