mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-26 15:15:16 +02:00
8 lines
125 B
C
8 lines
125 B
C
#ifndef BUILD_INFO_H
|
|
#define BUILD_INFO_H
|
|
|
|
#define BUILD_NUMBER 999
|
|
#define BUILD_COMMIT "KOBOLDCPP"
|
|
|
|
#endif // BUILD_INFO_H
|