Skip to content

Commit 2f3649e

Browse files
authored
minor Inference doc tweaks (#1670)
* widgets are no more * rm outdated TODO * maybe (to keep the wording consistent with the blogposts?) * redirect this one too @Wauplin
1 parent b2dcc89 commit 2f3649e

File tree

4 files changed

+3
-13
lines changed

4 files changed

+3
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can access the Hugging Face Hub documentation in the `docs` folder at [hf.co
66

77
For some related components, check out the [Hugging Face Hub JS repository](https://github.com/huggingface/huggingface.js)
88
- Utilities to interact with the Hub: [huggingface/huggingface.js/packages/hub](https://github.com/huggingface/huggingface.js/tree/main/packages/hub)
9-
- Hub Widgets: [huggingface/huggingface.js/packages/widgets](https://github.com/huggingface/huggingface.js/tree/main/packages/widgets)
9+
- Hub Inference, powered by our Inference Providers: [huggingface/huggingface.js/packages/inference](https://github.com/huggingface/huggingface.js/tree/main/packages/inference)
1010
- 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)
1111

1212
### How to contribute to the docs

docs/TODOs.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/inference-providers/_redirects.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
quicktour: index
22
detailed_parameters: tasks/index
3+
parameters: tasks/index
34
parallelism: index
45
usage: index
56
faq: index

docs/inference-providers/pricing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can track your spending on your [billing page](https://huggingface.co/settin
2121

2222
<Tip>
2323

24-
Hugging Face charges you the same rates as the provider, with no additional fees.
24+
Hugging Face charges you the same rates as the provider, with no additional fees. We just pass through the provider costs directly.
2525

2626
</Tip>
2727

0 commit comments

Comments
 (0)