A bunny that sits on top of a llama (and controls it).
make api-llama.so && curl localhost:1337
bun clone
bun make
bun ride.ts
bun clean
bun install
(most likely you already have git and zig)
Install zig with the right version:
bun install -g @oven/zig
or update it as described here
For people with nvidia gpus:
install conda.
conda create -n bunny
conda activate bunny
conda install cuda -c nvidia
then make the llama with cuda, like so:
bun clone
bun make-cuda
bun ride.ts
now you have a special cuda enabled llama.
if you closed your shell and you want to build the cuda llama again, you need to activate the conda environment first:
conda activate bunny
bun make-cuda