Learn R Programming

ggmlR (version 0.8.1)

gguf_free: 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)

Value

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

Arguments

x

A gguf object.