Hugging Face
Last updated
Was this helpful?
Last updated
Was this helpful?
See more detailed description of the application at the dedicated Apolo Console's Hugging Face page.
template_name: hugging-face-cache
input:
cache_config:
files_path:
path: storage://<cluster>/<org>/<project>/your/sub/path
You could also configure specific version of the application to be installed by adding template_version: <version>
block to the config file. If it is not there, the latest
version is assumed.
apolo app install -f hf-cache.yaml
The application status could be also displayed via CLI:
apolo app ls
ID Name Display Name Template Version State
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
86c60e06-ac1f-442c-a20f-836a2533cf1a apolo-apoloproject-hugging-face-cache-86c60e06 Hugging Face Cache hugging-face-cache HEAD healthy
You can find more information for application management commands in the list of references below.