Skip to content

Commit

Permalink
- Minor bugfixes in tne docs
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschmidt85 committed Nov 26, 2023
1 parent 7929f82 commit 67a86f9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/examples/finetuning-llama-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
with QLoRA and your own script, using [Tasks](../docs/guides/tasks.md).

If you'd like to fine-tune an LLM via a simple API,
consider using the [Fine-tuning](../docs/guides/task-generation.md) API. It's a lot simpler and
consider using the [Fine-tuning](../docs/guides/text-generation.md) API. It's a lot simpler and
doesn't need your own script.

## Prepare a dataset
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/text-generation-inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

!!! info "NOTE:"
This example demonstrates how to deploy an LLM
using [Services](../docs/guides/services.md) and [Text Generation Inference](https://github.com/huggingface/text-generation-inference) (TGI),
using [Services](../docs/guides/services.md) and [TGI](https://github.com/huggingface/text-generation-inference),
an open-source framework by Hugging Face.

If you'd like to deploy an LLM via a simple API,
consider using the [Text generation](../docs/guides/task-generation.md) API. It's a lot simpler.
consider using the [Text generation](../docs/guides/text-generation.md) API. It's a lot simpler.

## Define the configuration

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/vllm.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
an open-source library.

If you'd like to deploy an LLM via a simple API,
consider using the [Text generation](../docs/guides/task-generation.md) API. It's a lot simpler.
consider using the [Text generation](../docs/guides/text-generation.md) API. It's a lot simpler.

## Define the configuration

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ nav:
- Guides:
- Fine-tuning: docs/guides/fine-tuning.md
- Text generation: docs/guides/text-generation.md
- Dev environments: docs/guides/dev-environments.md
- Tasks: docs/guides/tasks.md
- Services: docs/guides/services.md
- Dev environments: docs/guides/dev-environments.md
- Reference:
- CLI: docs/reference/cli/index.md
- API: docs/reference/api/python/index.md
Expand Down

0 comments on commit 67a86f9

Please sign in to comment.