hugging-face-jobs

Execute Python scripts and Docker images on Hugging Face cloud infrastructure.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/FacuM/yolo-agent --skill hugging-face-jobs-facum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hugging-face-jobs
Source: https://github.com/FacuM/yolo-agent/tree/main/.claude/skills/hugging-face-jobs
Command: npx skills add https://github.com/FacuM/yolo-agent --skill hugging-face-jobs-facum

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires datasets, transformers, vllm, huggingface-hub, torch, numpy, scikit-learn, polars, ascii-graph, pdf2image, flashinfer-python, hf-xet, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to run computational workloads, such as data processing, model inference, and experiments, on managed cloud infrastructure without requiring local setup or resource constraints.

Core Features & Use Cases

  • Cloud Execution: Run Python scripts or Docker containers on Hugging Face's compute infrastructure.
  • Resource Flexibility: Choose from various CPU, GPU, and TPU hardware flavors.
  • Authentication & Secrets: Securely manage Hugging Face tokens for Hub interactions.
  • Result Persistence: Easily save outputs back to Hugging Face Hub repositories.
  • Use Case: Train a machine learning model, perform batch inference on a large dataset, or run complex data transformations using cloud GPUs.

Quick Start

Use the hugging-face-jobs skill to run a Python script on a CPU instance.

Frequently Asked Questions about hugging-face-jobs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run batch inference jobs on cloud GPUs without local setup?

You can execute Python scripts using UV (PEP 723) or custom Docker containers on Hugging Face's managed cloud infrastructure. This allows scalable model inference and data processing using configurable hardware flavors.

Can I use custom Docker images for ML workloads on Hugging Face?

Yes, you can use custom Docker images to run ML workloads on Hugging Face. The environment supports executing custom containers alongside Python scripts using UV (PEP 723), allowing flexible dependency configuration.

What is the best way to manage Hugging Face tokens for cloud compute jobs?

The best way to manage Hugging Face tokens for cloud compute jobs is using the environment's secure token management features. This ensures safe authentication for Hub interactions when executing remote workloads.

Does Hugging Face support running Python scripts with UV for cloud execution?

Yes, Hugging Face supports running Python scripts with UV for cloud execution. The infrastructure is compatible with PEP 723 inline script metadata, enabling seamless dependency management for remote ML workloads.

How do I save batch inference results back to a Hugging Face repository?

To save batch inference results back to a Hugging Face repository, you utilize the integrated Hub token management to authenticate. This facilitates secure result persistence directly from the cloud compute instance to your target repository.

What hardware flavors are available for data processing workloads on Hugging Face?

Available hardware flavors for data processing workloads on Hugging Face include various CPU, GPU, and TPU configurations. You can select specific hardware types with configurable timeouts to match your computational requirements.