docs/en/tutorials/overview.mdx
import Feedback from "/snippets/page-feedback.mdx";
The Run guides cover each interface on its own. Tutorials go the other way: one goal, start to finish, on a specific class of Snapdragon hardware — the model pull, the flags, the numbers you should see, and what to do when they don't show up.
Each tutorial states the platform it was verified on at the top. Most techniques carry across families, but the model sizes and compute units that make sense do not — a 26B target that fits comfortably on a Copilot+ PC will not fit an IoT board.
Snapdragon X-series laptops and desktops, where memory headroom allows large targets and multi-model setups.
<CardGroup cols={2}> <Card title="Speculative decoding with MTP" href="/en/tutorials/compute/speculative-decoding-mtp" icon="gauge-high"> Accelerate Gemma-4-26B decoding with a Multi-Token Prediction draft model, in both `geniex infer` and the local server. </Card> </CardGroup>Every tutorial assumes you have:
PATH — see Install.geniex list shows what you already have cached.<Tip>New to GenieX entirely? Start with the Quickstart and come back here once you have a model answering prompts.</Tip>
<Feedback />