Skip to main content

Frequently Asked Questions

Can I Run this on a Mac?

Yes, using MLX.

How can I write my own Plugin?

Plugin information is defined here: Plugins . Feel free to chat with us on Discord to discuss your idea and we can offer feedback.

Instructions here

Where are Models Stored on My Disk?

Most of the time, when you download a model, it is stored by HugggingFace's Hub library which places models in the:

~/.cache/huggingface/hub/

Directory. If you are running out of space you can safely delete directories in there, or you can use their CLI tool: https://huggingface.co/docs/huggingface_hub/guides/cli

Models that are not Huggingface models (such as ones you make yourself) are by default stored in ~/.transformerlab/workspace/models

If you would like to the Huggingface models in a different directory, for example if you are running out of space on your main drive, this article offers instructions on how to move the directory elsewhere:

https://stackoverflow.com/questions/63312859/how-to-change-huggingface-transformers-default-cache-directory/72703148#72703148