Skip to content

Commit a12ca5b

Browse files
authored
mini tweak to TOC (#1165)
1 parent 4c6e40a commit a12ca5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ await inference.textToImage({
5454

5555
This is a collection of JS libraries to interact with the Hugging Face API, with TS types included.
5656

57-
- [@huggingface/inference](packages/inference/README.md): Use Inference API (serverless), Inference Endpoints (dedicated) and third-party Inference providers to make calls to 100,000+ Machine Learning models
57+
- [@huggingface/inference](packages/inference/README.md): Use HF Inference API (serverless), Inference Endpoints (dedicated) and third-party Inference Providers to make calls to 100,000+ Machine Learning models
5858
- [@huggingface/hub](packages/hub/README.md): Interact with huggingface.co to create or delete repos and commit / download files
5959
- [@huggingface/agents](packages/agents/README.md): Interact with HF models through a natural language interface
6060
- [@huggingface/gguf](packages/gguf/README.md): A GGUF parser that works on remotely hosted files.

docs/_toctree.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
isExpanded: true
55
sections:
66
- local: inference/README
7-
title: Use Inference Endpoints
7+
title: Use Inference Client
88
- local: inference/modules
99
title: API reference
1010
- title: "@huggingface/hub"

packages/inference/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🤗 Hugging Face Inference
22

3-
A Typescript powered wrapper for the Hugging Face Inference API (serverless), Inference Endpoints (dedicated), and third-party Inference Providers.
3+
A Typescript powered wrapper for the HF Inference API (serverless), Inference Endpoints (dedicated), and third-party Inference Providers.
44
It works with [Inference API (serverless)](https://huggingface.co/docs/api-inference/index) and [Inference Endpoints (dedicated)](https://huggingface.co/docs/inference-endpoints/index), and even with supported third-party Inference Providers.
55

66
Check out the [full documentation](https://huggingface.co/docs/huggingface.js/inference/README).

0 commit comments

Comments
 (0)