Back to skills

hugging-face-jobs

ai-tools

Runs Python workloads on Hugging Face managed infrastructure — CPUs, GPUs, or TPUs — without any local setup. Supports UV scripts with inline dependencies, Docker-based jobs, scheduled tasks, and resu

Setup & Installation

npx skills add https://github.com/huggingface/hugging-face-jobs --skill hugging-face-jobs
or paste the link and ask your coding assistant to install it
https://github.com/huggingface/hugging-face-jobs
View on GitHub

What This Skill Does

Runs Python workloads on Hugging Face managed infrastructure — CPUs, GPUs, or TPUs — without any local setup. Supports UV scripts with inline dependencies, Docker-based jobs, scheduled tasks, and result persistence to the Hugging Face Hub. Handles authentication, secrets management, hardware selection, and timeout configuration. Instead of configuring cloud accounts, installing drivers, and managing ephemeral VMs, you submit a Python script with inline dependencies and get back a job ID — hardware provisioning, dependency installation, and teardown are handled automatically.

When to use it

  • Working with hugging face jobs functionality
  • Implementing hugging face jobs features
  • Debugging hugging face jobs related issues