mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
9 lines
183 B
C
9 lines
183 B
C
#ifndef BUILD_INFO_H
|
|
#define BUILD_INFO_H
|
|
|
|
#define BUILD_NUMBER 999
|
|
#define BUILD_COMMIT "KOBOLDCPP"
|
|
#define BUILD_COMPILER "KCPP"
|
|
#define BUILD_TARGET "KCPP"
|
|
|
|
#endif // BUILD_INFO_H
|