From d07c4955f8d7c036d10f6e1f2c7e2865096661e4 Mon Sep 17 00:00:00 2001 From: Javier Martinez Date: Mon, 5 Aug 2024 17:11:04 +0200 Subject: [PATCH] docs: fix llamacpp command --- fern/docs/pages/quickstart/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs/pages/quickstart/quickstart.mdx b/fern/docs/pages/quickstart/quickstart.mdx index 9bcb8804b..09877ce25 100644 --- a/fern/docs/pages/quickstart/quickstart.mdx +++ b/fern/docs/pages/quickstart/quickstart.mdx @@ -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= docker-compose up --profile llamacpp-cpu +HF_TOKEN= docker-compose --profile llamacpp-cpu up ``` Replace `` with your actual Hugging Face token.