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 bfloat16vLLMbash
#!/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 cosineDeploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.