Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Darkknight535
/
kcpp-compiled-cuda-linux
like
1
Model card
Files
Files and versions
xet
Community
1
Copy to bucket
new
main
kcpp-compiled-cuda-linux
/
build-info.h
Darkknight535
Upload folder using huggingface_hub
1d30d42
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
298 Bytes
#
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