MiniMax-M2.1-REAP-25

1
license:apache-2.0
by
0xSero
Language Model
OTHER
New
0 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary

AI model with specialized capabilities.

Code Examples

šŸš€ Deploymentbashvllm
vllm serve 0xSero/MiniMax-M2.1-REAP-25 \
    --tensor-parallel-size 8 \
    --trust-remote-code \
    --dtype bfloat16
vLLMbash
#!/bin/bash
# MiniMax REAP - same calibration as GLM-4.7

export MODEL_DIR=/path/to/MiniMax-M2.1
export REAP_DATASET=0xSero/glm47-reap-calibration-mix
export REAP_SAMPLES_PER_CATEGORY=999
export REAP_MODEL_MAX_LENGTH=2048

python src/reap/prune.py \
    --model-name $MODEL_DIR \
    --dataset-name $REAP_DATASET \
    --compression-ratio 0.25 \
    --prune-method reap \
    --seed 42 \
    --distance_measure cosine

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.