hugging-face-jobs

Run UV or Docker workloads on Hugging Face Jobs with secure tokens.

1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/sitammeur/ml-agent-skills --skill hugging-face-jobs-sitammeur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hugging-face-jobs
Source: https://github.com/sitammeur/ml-agent-skills/tree/main/skills/hugging-face-jobs
Command: npx skills add https://github.com/sitammeur/ml-agent-skills --skill hugging-face-jobs-sitammeur

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, vllm>=0.6.5, polars>=1.31.0, ascii-graph, huggingface-hub, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The hugging-face-jobs skill enables running any workload on Hugging Face Jobs infrastructure with secure token handling and result persistence.

Core Features & Use Cases

  • UV scripts and Docker-based jobs for diverse compute workloads (data processing, batch inference, experiments, synthetic data generation)
  • Hardware selection and cost estimation to optimize performance vs. cost
  • Authentication with HF tokens, secrets management, timeouts, and result persistence back to the Hub

Quick Start

Use the hugging-face-jobs skill to run a simple Python workload on GPU, specifying a token via secrets and push results to the Hub.

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 compute jobs on Hugging Face infrastructure?

You can run compute jobs on Hugging Face infrastructure using UV scripts or Docker-based jobs for data processing and batch inference. This approach handles hardware selection, cost estimation, and pushes outputs back to the Hub for durable results.

Does Hugging Face Jobs support GPU hardware selection and cost estimation?

Yes, Hugging Face Jobs supports GPU hardware selection and cost estimation to optimize performance versus cost. You can specify hardware for cloud compute tasks like experiments and batch jobs to balance your computational requirements with infrastructure expenses.

How do I handle token authentication securely for Hugging Face cloud compute tasks?

You handle token authentication securely for Hugging Face cloud compute tasks by enforcing secure token usage via secrets. This method manages authentication workflows safely, ensuring your Hugging Face tokens remain protected during data processing and batch inference jobs.

Can I use Docker-based jobs for batch inference and synthetic data generation on Hugging Face?

Yes, you can use Docker-based jobs for batch inference and synthetic data generation on Hugging Face. The platform supports diverse compute workloads, allowing you to containerize experiments and data processing pipelines while ensuring result persistence back to the Hub.

What is the best way to persist results from Hugging Face Jobs back to the Hub?

The best way to persist results from Hugging Face Jobs back to the Hub is through built-in result persistence workflows. This ensures durable outputs from your cloud compute tasks, automatically pushing data processing and inference results back to your Hugging Face repository.