← all models · full run →

minimax-m2.7-mjpansa

Same 172 B / 10 B-active REAP prune as saricles's working variant, but AutoRound W4A16 quantisation instead of NVFP4. The 7.5 GB savings is exactly enough to cross the hermes-agent 64K ctx floor (toy probes blocked on saricles because we had to cut ctx to 32K). Different kernel path than NVFP4 — a cleaner test of "is the M2.7 REAP quality good, separate from Blackwell-native quant choices?"

MJPansa/MiniMax-M2.7-REAP-172B-A10B-AutoRound-W4A16 W4A16 92 GB 10B active 172B total parser · minimax_m2

Transcripts

simple

Reply with exactly the five words: hello from hermes on spark.
hello from hermes on spark
category · trivial elapsed · 87.88s exit · 0

math

What is 127 times 49? Answer with just the number.
6223
category · reasoning elapsed · 9.6s exit · 0

reasoning

A farmer has 17 sheep. All but 9 die. How many remain? Answer with one short sentence.
Nine sheep remain.
category · reasoning elapsed · 5.15s exit · 0

tool_ls

Use the shell tool to list files in /tmp. Tell me only how many there are.
The command returned 4022, which is the count of files/directories in /tmp. There are **4022** items in `/tmp`.
category · tool-use elapsed · 9.41s exit · 0

code

Write a one-line Python expression that returns the sum of squares from 1 to 10.
**sum(x**2 for x in range(1, 11))** This returns `385` (1² + 2² + ... + 10² = 385).
category · coding elapsed · 6.31s exit · 0