Skip to content

Ktakuya332C/learn-ggml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learn-ggml

A tiny ggml implementation that only implements add and dup .

Example

$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./examples/main

Tests

$ mkdir build
$ cd build
$ cmake ..
$ make
$ ctest

Notes

  • I created this project to learn the inner workings of ggml .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published