View source: R/delete_transformer.R
delete_transformer | R Documentation |
Large language models can be quite large and, when stored locally, can take up a lot of space on your computer. The direct paths to where the models are on your computer is not necessarily intuitive.
This function quickly identifies the models on your computer and informs you which ones can be deleted from it to open up storage space
delete_transformer(model_name, delete = FALSE)
model_name |
Character vector. If no model is provided, then a list of models that are locally stored on the computer are printed |
delete |
Boolean (length = 1).
Should model skip delete question?
Defaults to |
Returns list of models or confirmed deletion
Alexander P. Christensen <alexpaulchristensen@gmail.com>
if(interactive()){
delete_transformer()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.