huggingface/HF Jobs Run
Run a command on Hugging Face Jobs infrastructure with log streaming
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Hugging Face API token (requires job.write permission) | yes | — |
| namespace | Hugging Face namespace (username or organization) | yes | — |
| image | Docker image to run (with optional @sha256: digest) | yes | — |
| script | Shell script to execute inside the container | yes | — |
| flavor | Hardware flavor for the job | — | cpu-basic |
| timeout | Maximum seconds to wait for job completion | — | 1200 |
| files | Newline-separated list of files from the repo to make available in the job | — | "" |
| files_dest | Directory inside the container where files are downloaded (default: /tmp/files) | — | /tmp/files |
| env | Environment variables as JSON object (e.g. {"KEY": "value"}) | — | {} |
Outputs
| name | description |
|---|---|
| job_id | The ID of the created job |
| job_url | URL to the job on Hugging Face |