Skainet Inference

Use when running a SKaiNET model end-to-end — picking the right `ExecutionContext`, calling `model.forward(x, ctx)`, batching inputs, configuring the eval/train phase, applying TurboQuant for KV-cache compression. Trigger tokens include `DirectCpuExecutionContext.create()`, `DefaultNeuralNetworkExecutionContext`, `model.forward(`, `module.forward(`, `Phase.EVAL`, `Phase.TRAIN`, `ctx.inTraining`, `TurboQuantPolar`, `TurboQuantConfig`, `TurboQuantCodec`. Do NOT fire on tensor construction (`skainet-data-dsl`), model architecture definition (`skainet-nn-dsl`), or model file loading (`skainet-model-loading`).

SKaiNET-developers 5c7c5cf 5 files · 22.7 KB Updated

File contents

SKaiNET-developers/SKaiNET-coding-skills/tree/main/skainet-consumer-skills/skills/skainet-inference commit 5c7c5cfaf0

Frequently asked questions

npx skillmds@latest add skainet-developers/skainet-inference