Skip to contents

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

Usage

llamacpp_delete_model(.path)

Arguments

.path

Full path to the .gguf file to delete.

Value

Invisibly returns TRUE on success.