ML model inference in Zig using ggml
- Start and get inside the Docker container:
cd infra-dev/ docker-compose up -d docker-compose exec -it ggml-playground bash
- Convert models:
cd ./models/ python3 ./convert.py gpt_neox "rinna/japanese-gpt-neox-small"
- Inference:
cd ../ggml-playground/ zig build test