CLI options#
Run ./anna without arguments to display the usage synopsis. The -m option
is required and selects the model file.
Option |
Purpose |
|---|---|
|
Load a model file. |
|
Set the number of CPU threads. |
|
Load a prompt file; can be used more than once. |
|
Limit generated tokens per reply. |
|
Set sampling temperature. |
|
Set context length. |
|
Offload model layers to the GPU. |
|
Load a vision projector file. |
|
Add an image as a secondary prompt. |
|
Use an ANNA server for remote offloading. |
Internal commands#
At a user-input prompt, ANNA also accepts commands such as quit(), save(),
load(), load_file(), no_input(), and image().
This page is an initial reference and will be expanded with every supported option and examples verified against the current release.