Learn R Programming

tidyllm (version 0.5.1)

llamacpp_delete_model: Delete a Local GGUF Model File

Description

Deletes a GGUF file from disk. Issues a warning confirming the deletion. Mirrors the ollama_delete_model() pattern.

Usage

llamacpp_delete_model(.path)

Value

Invisibly returns TRUE on success.

Arguments

.path

Full path to the .gguf file to delete.