Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aelitta
/
BioMistral_gradio
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
BioMistral_gradio
/
llama-cpp-python
/
vendor
/
llama.cpp
/
tests
/
test-c.c
aelitta
Upload folder using huggingface_hub
4bdb245
verified
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
96 Bytes
#
include
"llama.h"
#
ifdef
GGML_USE_KOMPUTE
#
include
"ggml-kompute.h"
#
endif
int
main
(
void
)
{}