forked from ggml-org/llama.cpp
-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
887 additions
and
361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
int LLAMA_BUILD_NUMBER = @BUILD_NUMBER@; | ||
char const *LLAMA_COMMIT = "@BUILD_COMMIT@"; | ||
char const *LLAMA_COMPILER = "@BUILD_COMPILER@"; | ||
char const *LLAMA_BUILD_TARGET = "@BUILD_TARGET@"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.