C:\Users\you\Documents\veyra-cli>uv run veyra
╭─ Veyra v0.1.0 ──────────────────────────────────────────╮ │ ● ready autoload:on │ │ model veyra2-30m-base-2b-tokens-onnx-int8 │ │ mode chatml │ │ gen tokens:1024 temp:0.8 top-k:40 top-p:1.0 │ │ repeat:1.0 │ ╰────────────────────────────────────────────────────────╯
type /help, /model, /mode, /chat, /exit
You › Where do I install Veyra?
Veyra › Install the CLI from GitHub:
uv tool install git+https://github.com/Jdudeo5972/veyra-cli.git
Veyra › Or with pipx:
pipx install git+https://github.com/Jdudeo5972/veyra-cli.git
Veyra › Then fetch local ONNX models and open the shell:
veyra fetch veyra
You ›