llama_cpp_rs 0.3.0

Rust bindings for LLAMA.CPP inference
Documentation
1
2
3
4
5
6
7
#ifndef BUILD_INFO_H
#define BUILD_INFO_H

#define BUILD_NUMBER 899
#define BUILD_COMMIT "41c6741"

#endif // BUILD_INFO_H