From 1cf5a39acd3070c73d6f74e93cdfa3e06b51bb83 Mon Sep 17 00:00:00 2001 From: Willem van den Ende Date: Thu, 21 May 2026 13:00:33 +0100 Subject: [PATCH] fix up quotes --- ...generate-an-init-script-to-get-your-team-up-and-running.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/priv/blog/engineering/2026/05-14-generate-an-init-script-to-get-your-team-up-and-running.md b/app/priv/blog/engineering/2026/05-14-generate-an-init-script-to-get-your-team-up-and-running.md index 1997585..bdba153 100644 --- a/app/priv/blog/engineering/2026/05-14-generate-an-init-script-to-get-your-team-up-and-running.md +++ b/app/priv/blog/engineering/2026/05-14-generate-an-init-script-to-get-your-team-up-and-running.md @@ -64,9 +64,9 @@ According to the agent: It ends with a summary showing how to start the server (port 8056), demo credentials, and handy make commands. -The snippet below is from my performance widget. Token generation is not super fast, but all 32 turns ran while attending Chris Parsons’ webinar. 2.5 minutes for a script that ’just works’ is good enough for me. +The snippet below is from my performance widget. Token generation is not super fast, but all 32 turns ran while attending Chris Parsons' webinar. 2.5 minutes for a script that _just works_; is good enough for me. -📊 Performance: llama.cpp/Qwen3.6-35B-A3B-MXFP4MOE.gguf +📊 Performance: llama.cpp/Qwen3.6-35B-A3B-MXFP4-MOE.gguf Prefill: 28,376 tokens @ 5253.8 tok/s Generation: 5,699 tokens @ 38.8 tok/s Combined: 34,075 tokens @ 223.5 tok/s (2.5m total)