metalwhale/ggml-playground
ML model inference in Zig using ggml
ML model inference in Zig using ggml
cd infra-dev/
docker-compose up -d
docker-compose exec -it ggml-playground bash
cd ./models/
python3 ./convert.py gpt_neox "rinna/japanese-gpt-neox-small"
cd ../ggml-playground/
zig build test