One question, answered independently by each point-in-time model. Cutoffs differ — check the date on each column.
ministral_dual_rope and PIT-4B is
pit, both custom classes loaded with trust_remote_code, and
ChronoGPT is a modded-nanogpt model that is not a Transformers architecture at all.
Neither vLLM nor AWS Neuron can compile any of them, so all three run on plain PyTorch on
the CPU, sharing one machine. Running them together would split that machine’s
processing power between them, so they take turns: a column waiting is marked
Queued with its position and starts
automatically when the one before it finishes. Stop skips a model you do not want to
wait for. PIT-8B runs on its own AWS Trainium accelerator, so it answers immediately
and in parallel with the CPU queue.
These are point-in-time models: each one’s knowledge ends at the cutoff shown in its column header (2013 for the PIT models and ChronoGPT, 2015 for Aux 2015, so it is not directly comparable on post-2013 facts). Instruction data was temporally filtered, but date-sensitive answers still need checking, and either model can make factual mistakes or repeat itself. Answer length and speed differ because the models differ in size; the larger model is slower on this CPU instance.