Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
kazutab
/
mindmap-studio
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mindmap-studio
/
backend
/
llama.cpp
/
ggml
/
include
/
ggml-virtgpu.h
kazutab
Upload folder using huggingface_hub (part 3)
7b49da7
verified
2 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
194 Bytes
#
pragma
once
#
include
"ggml.h"
#
include
"ggml-backend.h"
#
ifdef
__cplusplus
extern
"C"
{
#
endif
GGML_BACKEND_API
ggml_backend_reg_t
ggml_backend_virtgpu_reg
()
;
#
ifdef
__cplusplus
}
#
endif