File: api.h

package info (click to toggle)
ggml 0.9.5-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 19,092 kB
  • sloc: cpp: 120,570; ansic: 44,609; lisp: 10,053; python: 1,591; objc: 1,349; sh: 827; makefile: 73
file content (14 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
  List here all the headers you want to expose in the Python bindings,
  then run `python regenerate.py` (see details in README.md)
*/

#include "ggml.h"
#include "ggml-metal.h"
#include "ggml-opencl.h"

// Headers below are currently only present in the llama.cpp repository, comment them out if you don't have them.
#include "k_quants.h"
#include "ggml-alloc.h"
#include "ggml-cuda.h"
#include "ggml-mpi.h"