mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-30 00:50:49 +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
|