diff --git a/docs/hub/billing.md b/docs/hub/billing.md index 4a9b657b24..98eb49e01c 100644 --- a/docs/hub/billing.md +++ b/docs/hub/billing.md @@ -32,7 +32,6 @@ The PRO subscription unlocks essential features for serious users, including: - Ability to create ZeroGPU Spaces and use Dev Mode - Ability to publish Social Posts and Community Blogs - Leverage the [Data Studio](./data-studio) on private datasets -- Run and schedule serverless [CPU/ GPU Jobs](https://huggingface.co/docs/huggingface_hub/en/guides/jobs) View the full list of benefits at https://huggingface.co/pro then subscribe over at https://huggingface.co/subscribe/pro @@ -166,4 +165,3 @@ Drop us a line at billing@huggingface.co with your feedback. **Q. My org has a Team or Enterprise subscription and I need to update the number of seats. How can I do this?** A. The number of seats will automatically be adjusted at the time of the subscription renewal to reflect any increases in the number of members in the organization during the previous period. There’s no need to update the subscribed number of seats during the month or year as it’s a flat fee subscription. - diff --git a/docs/hub/jobs-pricing.md b/docs/hub/jobs-pricing.md index 893d8cdb27..72c8f004d9 100644 --- a/docs/hub/jobs-pricing.md +++ b/docs/hub/jobs-pricing.md @@ -3,7 +3,7 @@ Hugging Face Jobs let you run compute tasks on Hugging Face infrastructure without managing it yourself. Simply define a command, a Docker image, and a hardware flavor among various CPU and GPU options. > [!TIP] -> Jobs are available to any user or organization with [pre-paid credits](https://huggingface.co/pricing). +> Jobs are available to all users and organizations with [pre-paid credits](https://huggingface.co/settings/billing). Billing on Jobs is based on hardware usage and is computed by the minute: you get charged for every minute the Jobs runs on the requested hardware. diff --git a/docs/hub/jobs-quickstart.md b/docs/hub/jobs-quickstart.md index 5b3c9b22c5..99cc8cc54d 100644 --- a/docs/hub/jobs-quickstart.md +++ b/docs/hub/jobs-quickstart.md @@ -1,7 +1,7 @@ # Quickstart In this guide you will run a Job to fine-tune an open source model on Hugging Face infrastructure in only a few minutes. -Make sure you are logged in to Hugging Face and have access to your [Jobs page](https://huggingface.co/settings/jobs). Jobs are available to any user or organization with [pre-paid credits](https://huggingface.co/pricing). +Make sure you are logged in to Hugging Face and have [pre-paid credits](https://huggingface.co/settings/billing) available on your account or organization. You can then access your [Jobs page](https://huggingface.co/settings/jobs) to create and manage Jobs.
diff --git a/docs/hub/pro.md b/docs/hub/pro.md index c7099a7234..f5d591fc60 100644 --- a/docs/hub/pro.md +++ b/docs/hub/pro.md @@ -9,7 +9,6 @@ The PRO subscription unlocks essential features for serious users, including: - Ability to create ZeroGPU Spaces and use [Dev Mode](./spaces-dev-mode) - Ability to publish Social Posts and Community Blogs - Leverage the [Data Studio](./data-studio) on private datasets -- Run and schedule serverless [CPU/GPU Jobs](./jobs)