Skip to content

Commit

Permalink
docs: add llama.cpp to extras (#154)
Browse files Browse the repository at this point in the history
* docs: add `llama.cpp` to extras

I noticed these references were missing in the docs.

* Update index.md
  • Loading branch information
davidberenstein1957 authored Dec 15, 2023
1 parent a7f38b4 commit 9651863
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ In addition, the following extras are available:
- `hf-inference-endpoints`: for using the [Hugging Face Inference Endpoints](https://huggingface.co/inference-endpoints) via the `InferenceEndpointsLLM` integration.
- `openai`: for using OpenAI API models via the `OpenAILLM` integration.
- `vllm`: for using [vllm](https://github.com/vllm-project/vllm) serving engine via the `vLLM` integration.
- `llama-cpp`: for using [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) as Python bindings for `llama.cpp`.
- `argilla`: for exporting the generated datasets to [Argilla](https://argilla.io/).

## Quick example
Expand All @@ -37,4 +38,4 @@ will create a `labeller` LLM using `OpenAILLM` with the `UltraFeedback` task for

For a more complete example, check out our awesome notebook on Google Colab:

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1rO1-OlLFPBC0KPuXQOeMpZOeajiwNoMy?usp=sharing)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1rO1-OlLFPBC0KPuXQOeMpZOeajiwNoMy?usp=sharing)

0 comments on commit 9651863

Please sign in to comment.