Views
No views yet
run binary, run:chmod a+x run./run llama3-8b-fp8.calm -i "?" -n 32 -r 5
CALM_POSO=4000 ./run llama3-8b-fp8.calm -i "?" -n 32 -r 5
./run llama3-8b-gf4.calm -i "?" -n 32 -r 5
CALM_POSO=4000 ./run llama3-8b-gf4.calm -i "?" -n 32 -r 5run binary is not signed, so macOS will refuse to run it by default, but you can ctrl+click the binary and press "Open", which will show a dialog where you need to press "Open" again.
After this the binary should be fine to run from terminal.git clone https://github.com/zeux/calm
make -C calm