Loading video...

Video Failed to Load

Go Home

Running GLM-4.7-Flash on 4 x M4 Pro Mac Minis using EXO Labs. Uses tensor parallelism with RDMA over Thunderbolt & MLX backend (h/t Awni Hannun). Runs at 100 tok/sec. We're working on optimizing this at EXO Labs. Aiming to hit ~200 tok/sec on this setup soon.

62,195 views • 5 months ago •via X (Twitter)

0 Comments

No comments available

Comments from the original post will appear here

Related Videos

Google's Gemma 4 26B A4B QAT hits 25+ tokens/sec and 320+ tokens/sec prefill on 8 GB VRAM (RTX 4060) + 16 GB RAM using TurboQuant Prefill just went from 200 → 320+ tok/s on the same 8GB card. 1.6x, no new hardware, no new quant, just a KV cache trick stacked on top of the Gemma 4 26B MoE setup from a few days ago. A few days ago I posted Gemma 4 26B A4B hitting 28 tok/s decode on 8GB VRAM using native MTP. prefill was stuck around 200 tok/s. fair callout by the community. So today I tested something I'd already been meaning to try: TheTom/llama-cpp-turboquant, the TurboQuant KV cache fork by Tom Turney (Tom Turney). (github link in the comments) thanks to him, the fork just got resynced to mainline, so MTP + TurboQuant now run together cleanly (I didnt see any meaningful gains by using MTP with this setup though but you can try). The flags (No MTP): -m gemma-4-26B-A4B-it-qat-UD-Q4_K_XL.gguf -cnv -c 64000 --cache-type-k q8_0 --cache-type-v turbo3 Results on the same RTX 4060 8GB, tested with a 27k token prompt at 64k context loaded: Prefill: 200 tok/s → 320+ tok/s Decode: stayed above 25 tok/s (without MTP) Why it works: TurboQuant uses walsh hadamard rotation + polar quantization on the KV cache. keys are sensitive to compression, values aren't much, so it splits the difference: K stays at q8_0, V drops to turbo3 (~3 bits). bonus from the memory savings: same 8GB card can now stretch to 100-120k context with minimal decode penalty. It should now be snappier with any agent harness such as hermes agent without compromise on intelligence. If you're already running Gemma 4 on a small card, this stacks on top for free. Try --cache-type-k q8_0 --cache-type-v turbo3 on your setup and report back what your prefill/decode split looks like. unsloth model gguf and llama.cpp turboquant fork links in the comments. what's your prefill number before vs after?

Alok

119,821 views • 28 days ago

I'm running Llama 4 Maverick at 620 t/s! I'm living in the future! Honestly, a large language model running this fast is something straight out of a sci-fi movie. Speeds like this will enable a whole new world of applications that aren't possible today. For reference, GPT-4o, which is probably the most popular OpenAI model, runs between 60 and 110 t/s. The secret here: I'm not running AI at Meta's Llama 4 Maverick on a GPU. I'm using the SambaNova Cloud (my sponsor) and their custom SN40L chips. They are optimized from the ground up for running AI workflows. Right now, SambaNova Cloud runs DeepSeek, Qwen, Whisper, and the entire family of Llama models on these chips. You can check the speed of each of these models using SambaNova Cloud's Playground (see the attached video). It's completely free, and that's how I'm measuring their speeds. For example, I also tried DeepSeek R1 (the latest version from May) and, oh boy! DeepSeek R1 is a huge 671B parameter model. It's probably the best open reasoning model in the world, and it runs at 140 tokens per second! !!! Inference time on an SN40L is night and day from what you'll get from a GPU. Here is why this is big: If you are running an agentic workflow that uses multiple models simultaneously on a GPU, it will need to swap models in and out of memory (because not every model fits). A single SNL40 chip can simultaneously hold over 100 models (trillions of parameters) in memory. If you are using open models, try the SambaCloud API to see what lightning speed looks like. Here is how: 1. Create a free account at: 2. Check the QuickStart guide: If you try the playground, check the speed you're getting with Llama 4 and DeepSeek, and post the results below. I've seen much higher numbers than I posted here, so I'm curious to see whether geography affects the speed.

Santiago

34,148 views • 1 year ago

An Anthropic researcher sat down next to me at a hackathon last week. Claude Opus 4.7 was running 4 agents on my laptop. Live. No manual input. She looked at the terminal and said: "What is this?" I showed her. 4 agents. 678 trades. 81% win rate. $16,200 last 30 days. She worked on the evals team. She'd never seen Claude pointed at 88 million on-chain trades. The setup is 3 public repos. All free. -> 88 million Polymarket trades. Every wallet. Every entry. Every exit. Every resolution. -> the framework that bridges Claude Opus 4.7 directly to live markets. Order placement, position tracking, exit timing. -> real-time WebSocket order book. Depth on both sides. No polling, no lag. Four agents. One loop. Agent 1 identifies which wallets win consistently across 88 million trades. Agent 2 reverse-engineers their entry timing. Agent 3 monitors order book volume spikes. Agent 4 sizes positions using Kelly. No overbet. Drawdown capped at 1.4% over 678 trades. 85% of windows get killed. No trade. The bot only enters when 3 signals align: -> Elite wallet consensus pointing the same direction. -> Price divergence with Binance and Coinbase both agreeing. -> Order book imbalance confirming the bias. Single-source price data was 57% accurate. All three together: 81%. Exit before resolution. Always. Losers hold to 0 or $1. The agents copy their exits. The agents don't gamble on that. My stack: Claude Opus 4.7 at $19/mo, VPS Hetzner at $4.99/mo, Everything else free. Total stats: $23.99/month. 30 days: 678 trades, 81% win rate, net +$16,200, max drawdown -1.2%, avg hold 4h 12m. She asked if Anthropic could test this internally. "We run Claude on benchmarks and evals. Nobody pointed it at a live market dataset with 88 million rows." Claude Opus 4.7 didn't need a system prompt. It read the wallet index, understood the signal structure, and wrote the combiner logic in one pass. The people who built the model hadn't thought to point it at this data. I had. Copy the live trades: -> all 4 agents run 24/7. The window is open right now. Save this, follow me and comment OPUS. I will send the guide to you.

slash1s

46,274 views • 2 months ago