From e9b2e156b4e4d12cd15b7c7179b67d60f6cfcf5c Mon Sep 17 00:00:00 2001 From: nimlgen <138685161+nimlgen@users.noreply.github.com> Date: Sun, 12 Apr 2026 18:20:26 +0300 Subject: [PATCH] add jitbeam to tinygpu docs (#15691) --- docs/tinygpu.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tinygpu.md b/docs/tinygpu.md index 79a3bd6290..127aa0db32 100644 --- a/docs/tinygpu.md +++ b/docs/tinygpu.md @@ -57,3 +57,5 @@ export PATH="$HOME/.local/bin:$PATH" ```bash DEV={AMD|NV} python3 tinygrad/apps/llm.py ``` + +**Note:** Use `JITBEAM=2` to search for faster kernels (one-time search cost, results cached).