From e7eb309fbe76ad8d5c677d2842bee5b3c1259e2d Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Wed, 2 Apr 2025 12:27:13 +0200 Subject: [PATCH 1/4] widgets are no more --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64da36e65..d92027cbb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ You can access the Hugging Face Hub documentation in the `docs` folder at [hf.co For some related components, check out the [Hugging Face Hub JS repository](https://github.com/huggingface/huggingface.js) - Utilities to interact with the Hub: [huggingface/huggingface.js/packages/hub](https://github.com/huggingface/huggingface.js/tree/main/packages/hub) -- Hub Widgets: [huggingface/huggingface.js/packages/widgets](https://github.com/huggingface/huggingface.js/tree/main/packages/widgets) +- Hub Inference, powered by our Inference Providers: [huggingface/huggingface.js/packages/inference](https://github.com/huggingface/huggingface.js/tree/main/packages/inference) - Hub Tasks (as visible on the page [hf.co/tasks](https://hf.co/tasks)): [huggingface/huggingface.js/packages/tasks](https://github.com/huggingface/huggingface.js/tree/main/packages/tasks) ### How to contribute to the docs From 10370a0c17ca7de76e1b6754bac666518a307ef4 Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Wed, 2 Apr 2025 12:28:20 +0200 Subject: [PATCH 2/4] rm outdated TODO --- docs/TODOs.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 docs/TODOs.md diff --git a/docs/TODOs.md b/docs/TODOs.md deleted file mode 100644 index 659ee30ac..000000000 --- a/docs/TODOs.md +++ /dev/null @@ -1,11 +0,0 @@ -## For API-Inference docs: - -From https://github.com/huggingface/hub-docs/pull/1413: -* Use ` for getting started -* Add some screenshots: supported models -* Add flow chart of how API works -* Add table with all tasks -* Add missing tasks: depth estimation and zero shot image classification -* Some tasks have no warm models, should we remove them for now? E.g. https://huggingface.co/models?inference=warm&pipeline_tag=fill-mask&sort=trending BUT many are cold and working, so actually linking to both could make sense - internal issue https://github.com/huggingface-internal/moon-landing/issues/10966 -* See also this [google doc](https://docs.google.com/document/d/1xy5Ug4C_qGbqp4x3T3rj_VOyjQzQLlyce-L6I_hYi94/edit?usp=sharing) -* Add CI to auto-generate the docs when handlebars template are updated \ No newline at end of file From 3fe4999b4d7ba9e614a3ced74217a1557444b1eb Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Wed, 2 Apr 2025 12:37:19 +0200 Subject: [PATCH 3/4] maybe (to keep the wording consistent with the blogposts?) --- docs/inference-providers/pricing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/inference-providers/pricing.md b/docs/inference-providers/pricing.md index 36f5a7366..3199c74bc 100644 --- a/docs/inference-providers/pricing.md +++ b/docs/inference-providers/pricing.md @@ -21,7 +21,7 @@ You can track your spending on your [billing page](https://huggingface.co/settin -Hugging Face charges you the same rates as the provider, with no additional fees. +Hugging Face charges you the same rates as the provider, with no additional fees. We just pass through the provider costs directly. From 486cd70a646c73abde94d15601971d1f8270426c Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Wed, 2 Apr 2025 15:15:46 +0200 Subject: [PATCH 4/4] redirect this one too @Wauplin --- docs/inference-providers/_redirects.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/inference-providers/_redirects.yml b/docs/inference-providers/_redirects.yml index f0b5d38c5..b1829afcf 100644 --- a/docs/inference-providers/_redirects.yml +++ b/docs/inference-providers/_redirects.yml @@ -1,5 +1,6 @@ quicktour: index detailed_parameters: tasks/index +parameters: tasks/index parallelism: index usage: index faq: index