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

Mini-Tcomanr-R1

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 deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B 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: prithivMLmods/QwQ-R1-Distill-1.5B-CoT
    parameters:
      weight: 0.5
  - model: ertghiu256/Deepseek-R1-Distill-1.5B-code-instruct
    parameters:
      weight: 1.0
  - model: huihui-ai/DeepSeek-R1-Distill-Qwen-1.5B-abliterated
    parameters:
      weight: 0.85
  - model: Josephgflowers/DeepSeek-R1-Distill-Qwen-1.5B-LIMO
    parameters:
      weight: 0.5
  - model: ibndias/DeepSeek-R1-Distill-Qwen-1.5B-GRPO
    parameters:
      weight: 0.3
  - model: agentica-org/DeepScaleR-1.5B-Preview
    parameters:
      weight: 0.95
  - model: agentica-org/DeepCoder-1.5B-Preview
    parameters:
      weight: 1.0
  - model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
    parameters:
      weight: 1.0
merge_method: ties
base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
parameters:
  normalize: true
  int8_mask: true
  lambda: 1.0
  rescale: true
dtype: float16
Downloads last month
17
Safetensors
Model size
2B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ertghiu256/Mini-Tcomanr-Experimental

Paper for ertghiu256/Mini-Tcomanr-Experimental