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
/
ggml
/
src
/
ggml-sycl
/
outprod.hpp
Steven10429
llama.cpp
61b850a
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
197 Bytes
#
ifndef
GGML_SYCL_OUTPROD_HPP
#
define
GGML_SYCL_OUTPROD_HPP
#
include
"common.hpp"
void
ggml_sycl_op_out_prod
(ggml_backend_sycl_context& ctx, ggml_tensor* dst)
;
#
endif
// GGML_SYCL_OUTPROD_HPP