build¶
Prepare and export the HuggingFace cache.
This script downloads all the necessary models, datasets, tokenizers, code, etc. required by any of our pipelines and exports them to a specified directory for offline use.
Functions
|
Prepare and export the HuggingFace cache. |
- undertale.utils.models.cache.build.build(path: str) None¶
Prepare and export the HuggingFace cache.
- Parameters:
path – Path where the cache should be written after download.