MCPcopy Create free account
hub / github.com/abetlen/llama-cpp-python / clip_free

Function clip_free

llama_cpp/llava_cpp.py:154–154  ·  view source on GitHub ↗
(ctx: clip_ctx_p, /)

Source from the content-addressed store, hash-verified

152# CLIP_API void clip_free(struct clip_ctx * ctx);
153@ctypes_function("clip_free", [clip_ctx_p_ctypes], None)
154def clip_free(ctx: clip_ctx_p, /): ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…