You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/en/guides/cli.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -636,6 +636,12 @@ Run compute jobs on Hugging Face infrastructure with a familiar Docker-like inte
636
636
- 📊 **Live Monitoring**: Stream logs in real-time, just like running locally
637
637
- 💰 **Pay-as-you-go**: Only pay for the seconds you use
638
638
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!
Copy file name to clipboardExpand all lines: docs/source/en/guides/jobs.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,12 @@ A job runs on Hugging Face infrastructure and are defined with a command to run
15
15
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
16
16
[this section](../quick-start#authentication). In the rest of this guide, we will assume that your machine is logged in.
17
17
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
+
18
24
## Jobs Command Line Interface
19
25
20
26
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