MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / dev_output

Method dev_output

subprojects/llama.cpp/src/llama-model.cpp:7385–7387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7383}
7384
7385ggml_backend_dev_t llama_model::dev_output() const {
7386 return pimpl->dev_output.dev;
7387}
7388
7389template<typename F>
7390static bool buft_supported(ggml_backend_buffer_type_t buft, ggml_backend_dev_t dev, F & fn) {

Callers 2

set_samplerMethod · 0.80
output_reserveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected