mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
not working merge
This commit is contained in:
commit
bc4ff72317
38 changed files with 886 additions and 360 deletions
11
build-info.h
11
build-info.h
|
@ -1,9 +1,12 @@
|
|||
#ifndef BUILD_INFO_H
|
||||
#define BUILD_INFO_H
|
||||
|
||||
#define BUILD_NUMBER 999
|
||||
#define BUILD_COMMIT "KOBOLDCPP"
|
||||
#define BUILD_COMPILER "KCPP"
|
||||
#define BUILD_TARGET "KCPP"
|
||||
#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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue