api.h 411 B

1234567891011121314
  1. /*
  2. List here all the headers you want to expose in the Python bindings,
  3. then run `python regenerate.py` (see details in README.md)
  4. */
  5. #include "ggml.h"
  6. #include "ggml-metal.h"
  7. #include "ggml-opencl.h"
  8. // Headers below are currently only present in the llama.cpp repository, comment them out if you don't have them.
  9. #include "k_quants.h"
  10. #include "ggml-alloc.h"
  11. #include "ggml-cuda.h"
  12. #include "ggml-mpi.h"