Apolo
HomeConsoleGitHub
  • Apolo concepts
  • CLI Reference
  • Examples/Use Cases
  • Flow CLI
  • Actions Reference
  • Apolo Extras CLI
  • Python SDK
  • Getting started
    • Introduction
    • First Steps
      • Getting Started
      • Training Your First Model
      • Running Your Code
    • Apolo Base Docker image
    • FAQ
    • Troubleshooting
    • References
  • Apolo Console
    • Getting started
      • Sign Up, Login
      • Organizations
      • Clusters
      • Projects
    • Apps
      • Pre-installed apps
        • Files
        • Buckets
        • Disks
        • Images
        • Secrets
        • Jobs
          • Remote Debugging with PyCharm Professional
          • Remote Debugging with VS Code
        • Flows
      • Available apps
        • Terminal
        • LLM Inference
          • vLLM Inference details
          • Multi-GPU Benchmarks Report
        • PostgreSQL
        • Text Embeddings Inference
        • Jupyter
        • VSCode
        • PyCharm Community Edition
        • MLflow
        • Apolo Deploy
        • Dify
        • Weaviate
        • Fooocus
        • Stable Diffusion
        • Hugging Face
        • Service Deployment
        • Spark Application
  • Apolo CLI
    • Installing CLI
    • Apps
      • Files
      • Jobs
      • Images
      • Available apps
        • VSCode
        • Hugging Face
        • Service Deployment
  • Administration
    • Apolo Credits
    • Cluster Management
      • Creating a Cluster
      • Managing Users and Quotas
      • Managing organizations
      • Creating Node Pools
      • Managing Presets
Powered by GitBook
On this page
  • Managing application via Apolo CLI
  • References

Was this helpful?

  1. Apolo CLI
  2. Apps
  3. Available apps

Hugging Face

PreviousVSCodeNextService Deployment

Last updated 3 days ago

Was this helpful?

See more detailed description of the application at the dedicated Apolo Console's Hugging Face page.

Managing application via Apolo CLI

1

Load application installation template

apolo app-template get hugging-face-cache -o hf-cache.yaml
2

Fill in required parameters

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.

3

Install the application

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      
4

Removal

If you want to remove the application via CLI, use apolo app remove <app-id>.

You can find more information for application management commands in the list of references below.

References

Apolo Hugging Face application
Apolo application template management commands
Apolo application management commands