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

gemma-2-2b-merged

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 google/gemma-2-2b 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: google/gemma-2-2b-it
    parameters:
      weight: 1
merge_method: ties
base_model: google/gemma-2-2b
parameters:
  normalize: true
  int8_mask: true
dtype: bfloat16
Downloads last month
11
Safetensors
Model size
3B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with vonjack/gemma2-2b-merged.

Model tree for vonjack/gemma2-2b-merged

Merge model
this model

Paper for vonjack/gemma2-2b-merged