Add Learning Path: Accelerate LLM inference on Arm CPUs with Litespark-Inference#3471
Open
tonymindbeamai wants to merge 12 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Learning Path: Accelerate LLM inference on Arm CPUs with Litespark-Inference
Adds a new laptops-and-desktops learning path plus a supporting install guide for Litespark-Inference, an open-source CPU runtime for BitNet b1.58 ternary-weight LLMs.
What's included
content/learning-paths/laptops-and-desktops/litespark-inference/— 4 pages (intro, run, benchmark) + fixed next-steps, with cross-platform throughput/memory charts and per-CPU thread-scaling charts (Apple M5 Max, AMD EPYC, Intel Xeon).content/install-guides/litespark-inference.md— pip install on Arm/x86 Linux and Apple silicon macOS; the learning path references it.Topic
Run BitNet-2B on the CPU you already have (no GPU, no PyTorch): CLI + Python, the
bf16/int8/int4embed-dtype trade-off, and an optional head-to-head benchmark vstransformers/PyTorch (memory, TTFT, throughput, energy).Validation
Builds clean with the CI-pinned Hugo 0.130.0 and passes
tools/verify_index_fields.py.