Skip to content

Commit 8f5292e

Browse files
authored
[Jobs] Mention PRO is required (#3257)
1 parent 42567e3 commit 8f5292e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

docs/source/en/_toctree.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
title: Inference
2727
- local: guides/inference_endpoints
2828
title: Inference Endpoints
29+
- local: guides/jobs
30+
title: Jobs
2931
- local: guides/community
3032
title: Community Tab
3133
- local: guides/collections
@@ -40,8 +42,6 @@
4042
title: Integrate a library
4143
- local: guides/webhooks
4244
title: Webhooks
43-
- local: guides/jobs
44-
title: Jobs
4545
- title: 'Conceptual guides'
4646
sections:
4747
- local: concepts/git_vs_http

docs/source/en/guides/cli.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,12 @@ Run compute jobs on Hugging Face infrastructure with a familiar Docker-like inte
636636
- 📊 **Live Monitoring**: Stream logs in real-time, just like running locally
637637
- 💰 **Pay-as-you-go**: Only pay for the seconds you use
638638
639+
<Tip>
640+
641+
**Hugging Face Jobs** are available only to [Pro users](https://huggingface.co/pro) and [Team or Enterprise organizations](https://huggingface.co/enterprise). Upgrade your plan to get started!
642+
643+
</Tip>
644+
639645
### Quick Start
640646
641647
#### 1. Run your first job

docs/source/en/guides/jobs.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ A job runs on Hugging Face infrastructure and are defined with a command to run
1515
If you want to run and manage a job on the Hub, your machine must be logged in. If you are not, please refer to
1616
[this section](../quick-start#authentication). In the rest of this guide, we will assume that your machine is logged in.
1717

18+
<Tip>
19+
20+
**Hugging Face Jobs** are available only to [Pro users](https://huggingface.co/pro) and [Team or Enterprise organizations](https://huggingface.co/enterprise). Upgrade your plan to get started!
21+
22+
</Tip>
23+
1824
## Jobs Command Line Interface
1925

2026
Use the [`hf jobs` CLI](./cli#hf-jobs) to run Jobs from the command line, and pass `--flavor` to specify your hardware.

0 commit comments

Comments
 (0)