Skip to content

metalwhale/ggml-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ggml-playground

ML model inference in Zig using ggml

How to run

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

About

ML model inference in Zig using ggml

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published