mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-21 13:31:55 -05:00
[PR #1606] [MERGED] fix(kits/raspi/llm): wrap context-token array to prevent page overflow #9217
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1606
Author: @farhan523
Created: 4/30/2026
Status: ✅ Merged
Merged: 4/30/2026
Merged by: @profvjreddi
Base:
dev← Head:fix/kits-llm-token-array-overflow📝 Commits (1)
86c48d0fix(kits/raspi/llm): wrap context-token array to prevent page overflow📊 Changes
1 file changed (+6 additions, -1 deletions)
View changed files
📝
kits/contents/raspi/llm/llm.qmd(+6 -1)📄 Description
Summary
kits/contents/raspi/llm/llm.qmd, the 26-tokencontextarray was authored as inline code (single backtick) under a sub-bullet. Inline code does not wrap, so the array stretched the page wider than the viewport and forced horizontal scroll on the entire page (see Before).```textcode block with the values broken across three lines. Fenced code blocks scroll within their own width, so the page itself no longer overflows.Before
After
Test plan
cd kits && quarto preview→ open/contents/raspi/llm/llm.html.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.