This guide covers only the simplest steps to run an LLM on your device. For a detailed, step-by-step explanation of how everything works, see the full integration guide.
1
Add dependency to your Cargo.toml
2
Convert the model you want to use
Check lalamo for the guide.
3
Copy the snippet
Don’t forget to set
MODEL_PATH
Now that we’ve tried the simplest snippet, let’s take a look at the step-by-step integration guide.