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

Merged

This is a merge of pre-trained language models created using mergekit, but using my experimental branch swapping

The "Other" branch is where I did something wrong, so in the "main" I did it right(I hope 😅).

Merge Details

Merge Method

This model was merged using the task_swapping merge method not sure if I did it right and how the model was impacted, using NousResearch/Yarn-Mistral-7b-128k as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

base_model:
  model:
    path: NousResearch/Yarn-Mistral-7b-128k
dtype: bfloat16
merge_method: task_swapping
slices:
- sources:
  - layer_range: [0, 32]
    model:
      model:
        path: senseable/WestLake-7B-v2
    parameters:
      weight: 0.666
      diagonal_offset: 2
      invert_offset: True
  - layer_range: [0, 32]
    model:
      model:
        path: NousResearch/Yarn-Mistral-7b-128k
Downloads last month
256
Safetensors
Model size
7B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Aryanne/YarnLake-Swap-7B

Collections including Aryanne/YarnLake-Swap-7B