gguf_free: Free GGUF Resources

View source: R/gguf.R

gguf_freeR Documentation

Free GGUF Resources

Description

Explicitly frees the internal GGUF context. Called automatically by the garbage collector, but can be called manually to release memory sooner.

Usage

gguf_free(x)

Arguments

x

A gguf object.

Value

Called for its side effect (releases the GGUF context); invisibly returns NULL.


ggmlR documentation built on July 14, 2026, 1:08 a.m.