Skip to content

Commit 2811c65

Browse files
authored
Fixed a few typos in the README of the LLaMA.cpp HTTP Server [no ci] (#16297)
1 parent d8359f5 commit 2811c65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ node index.js
391391

392392
## API Endpoints
393393

394-
### GET `/health`: Returns heath check result
394+
### GET `/health`: Returns health check result
395395

396396
This endpoint is public (no API key check).
397397

@@ -846,7 +846,7 @@ To use this endpoint with POST method, you need to start server with `--props`
846846

847847
### POST `/embeddings`: non-OpenAI-compatible embeddings API
848848

849-
This endpoint supports all poolings, including `--pooling none`. When the pooling is `none`, the responses will contain the *unnormalized* embeddings for *all* input tokens. For all other pooling types, only the pooled embeddings are returned, normalized using Euclidian norm.
849+
This endpoint supports all poolings, including `--pooling none`. When the pooling is `none`, the responses will contain the *unnormalized* embeddings for *all* input tokens. For all other pooling types, only the pooled embeddings are returned, normalized using Euclidean norm.
850850

851851
Note that the response format of this endpoint is different from `/v1/embeddings`.
852852

0 commit comments

Comments
 (0)