| llama_hf_cache_clear | R Documentation |
Removes cached model files. Can clear the entire cache or only files from a specific repository.
llama_hf_cache_clear(repo_id = NULL, confirm = TRUE, cache_dir = NULL)
repo_id |
Character or |
confirm |
Logical. If |
cache_dir |
Character or |
Invisible NULL. Called for its side effect of deleting
cached files.
llama_hf_cache_clear(confirm = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.