A tiny ggml implementation that only implements add and dup .
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./examples/main
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ctest
- I created this project to learn the inner workings of ggml .
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A tiny ggml implementation that only implements add and dup .
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./examples/main
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ctest