Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Steven10429
/
apply_lora_and_quantize
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
apply_lora_and_quantize
/
llama.cpp
/
tests
/
test-c.c
Steven10429
llama.cpp
61b850a
27 days 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
)
{}