hugging-face-jobs

Run Hugging Face Jobs compute workloads with UV scripts or Docker images.

10.9k|724|Updated Nov 24, 2025
One-click install
npx skills add https://github.com/huggingface/skills --skill hugging-face-jobs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hugging-face-jobs
Source: https://github.com/huggingface/skills/tree/main/skills/hugging-face-jobs
Command: npx skills add https://github.com/huggingface/skills --skill hugging-face-jobs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires datasets, flashinfer-python, huggingface-hub[hf_transfer], hf-xet>= 1.1.7, torch, transformers, vllm>=0.8.5, numpy, tqdm, scikit-learn, polars>=1.31.0, ascii-graph, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Hugging Face Jobs lets you run compute workloads in the cloud without local setup, enabling scalable experiments, data processing, and model deployment tasks.

Core Features & Use Cases

  • UV scripts: Run Python workloads inline or via hosted scripts with automatic scaling.
  • Docker-based jobs: Execute custom environments using Docker images for reproducible pipelines.
  • Hardware & cost: Choose hardware flavors and estimate costs for budgeting.
  • Authentication & secrets: Manage HF tokens securely using secrets for Hub operations.
  • Timeout & persistence: Configure timeouts and persist results to Hub or external storage.
  • Typical use cases: Data processing pipelines, model training experiments, batch inference, and reproducible eval workflows.

Quick Start

Submit a lightweight UV job or a Docker-based job on HF Jobs, supply HF_TOKEN via secrets, and pick a CPU or GPU flavor to begin.

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 Python compute workloads on Hugging Face Jobs without local setup?

You can run Python compute workloads on Hugging Face Jobs by submitting UV scripts inline or via hosted scripts, allowing automatic scaling for data processing and experiments without local setup.

Can I execute custom Docker environments for reproducible pipelines on HF Jobs?

Yes, you can execute custom Docker environments on HF Jobs to run reproducible pipelines, ensuring deterministic execution for batch inference and data processing workloads in the cloud.

How do I manage HF tokens and secrets for cloud compute authentication?

To manage HF tokens and secrets for cloud compute authentication, you must supply your HF_TOKEN securely via secrets, enabling safe Hub operations and access during job execution.

What is the best way to estimate costs and select hardware flavors for model training experiments?

The best way to estimate costs and select hardware flavors for model training experiments is using the hardware selection and cost estimation features to budget CPU or GPU workloads before execution.

Does Hugging Face Jobs support configuring timeouts and persisting results to the Hub?

Yes, Hugging Face Jobs supports configuring timeouts to prevent runaway workloads and persisting results directly to the Hub or external storage after completing data processing pipelines.

When should I not use inline UV scripts for batch inference workflows?

You should avoid inline UV scripts for batch inference workflows requiring complex custom dependencies, and instead use Docker-based jobs to ensure reproducible environments and deterministic execution.