Skip to content

Commit

Permalink
docs: fix heading
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler authored Nov 18, 2023
1 parent 9d7363f commit 7a0f976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/configurations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ wget https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF/resolve/main/mistr

![llava](https://github.com/mudler/LocalAI/assets/2420543/cb0a0897-3b58-4350-af66-e6f4387b58d3)

## Setup
#### Setup

```
cp -r examples/configurations/llava/* models/
wget https://huggingface.co/mys/ggml_bakllava-1/resolve/main/ggml-model-q4_k.gguf -O models/ggml-model-q4_k.gguf
wget https://huggingface.co/mys/ggml_bakllava-1/resolve/main/mmproj-model-f16.gguf -O models/mmproj-model-f16.gguf
```

## Try it out
#### Try it out

```
curl http://localhost:8080/v1/chat/completions -H "Content-Type: application/json" -d '{
Expand Down

0 comments on commit 7a0f976

Please sign in to comment.