Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

ggml.pc.in 241 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. prefix=@CMAKE_INSTALL_PREFIX@
  2. exec_prefix=${prefix}
  3. includedir=${prefix}/include
  4. libdir=${prefix}/lib
  5. Name: ggml
  6. Description: The GGML Tensor Library for Machine Learning
  7. Version: 0.0.0
  8. Cflags: -I${includedir}/ggml
  9. Libs: -L${libdir} -lggml
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...