Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Illumotion
/
Koboldcpp
like
2
Build error
App
Files
Files
Community
main
Koboldcpp
/
build-info.h
Illumotion
Upload folder using huggingface_hub
f57d7c6
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
183 Bytes
#
ifndef
BUILD_INFO_H
#
define
BUILD_INFO_H
#
define
BUILD_NUMBER 999
#
define
BUILD_COMMIT
"KOBOLDCPP"
#
define
BUILD_COMPILER
"KCPP"
#
define
BUILD_TARGET
"KCPP"
#
endif
// BUILD_INFO_H