-
2026-07-27
Intel ARC B70 Pro --max-num-batched-tokens sweep
Seems like best options are between 512 and 1024; 640 having the lowest time to first token. These results are collected from following benchmark template:
-
2026-07-26
Quick estimate for single-stream LLM inference speed
When generating one token at a time with a single request, inference is usually memory-bandwidth bound. A simple rule of thumb is: Both values should use the same units (e.g., GB/s and GB). Each new…
-
2026-07-22
Deploying LLM on baremetal kubernetes on Intel Arc B70 Pro
This guide uses Terraform with Helm, since that's how I manage services and configuration.
-
2026-07-22
Hard server poweroff or restart
Restart Poweroff
-
2026-07-19
GitLab Container Registry Cleanup Script
This script deletes all container registry repositories for a given GitLab project via the API. It fetches repository IDs, then issues a DELETE request for each one.
-
2026-07-19
Hello world!
New blog in place. It's running this: https://gitlab.com/hexide/note