Skip to content

Commit

Permalink
docs: fix llamacpp command
Browse files Browse the repository at this point in the history
  • Loading branch information
jaluma committed Aug 5, 2024
1 parent 93b5023 commit d07c495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fern/docs/pages/quickstart/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ A **Hugging Face Token (HF_TOKEN)** is required for accessing Hugging Face model
**Run:**
Start the services with your Hugging Face token using pre-built images:
```sh
HF_TOKEN=<your_hf_token> docker-compose up --profile llamacpp-cpu
HF_TOKEN=<your_hf_token> docker-compose --profile llamacpp-cpu up
```
Replace `<your_hf_token>` with your actual Hugging Face token.

Expand Down

0 comments on commit d07c495

Please sign in to comment.