mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
13 lines
298 B
C
13 lines
298 B
C
#ifndef BUILD_INFO_H
|
|
#define BUILD_INFO_H
|
|
|
|
#define LLAMA_BUILD_NUMBER 999
|
|
#define LLAMA_COMMIT "KOBOLDCPP"
|
|
#define LLAMA_COMPILER "KCPP"
|
|
#define LLAMA_TARGET "KCPP"
|
|
#define LLAMA_BUILD_COMMIT "KOBOLDCPP"
|
|
#define LLAMA_BUILD_COMPILER "KCPP"
|
|
#define LLAMA_BUILD_TARGET "KCPP"
|
|
|
|
#endif // BUILD_INFO_H
|