Skip to main content

What to read next

You installed the bundle and wrote a device-portable program. The rest of the documentation, in a useful reading order:

  • How-to guides: problem-oriented recipes past the tutorial, from quantized weights to HTTP serving. Additional examples sit inside it: standalone programs in the bundle, one per subsystem; compute and async deepen what the tutorial introduced, and io, runtime, tokenizer and http_server carry it to a served model.
  • API reference: every public namespace, class and function, generated from the headers you compile against. ClikaRT/clika_rt.h includes them all.
  • Modelverse: the CLIKA model library. Models packaged so ClikaRT loads and runs them as they are, with quantized variants per class of device.
  • System requirements: the platform, toolchain, driver and accelerator tables, for when you leave your development machine.