From 9016d55516f7243a21ae1caa81024d7146d232a9 Mon Sep 17 00:00:00 2001 From: RA-Phil-K <122104365+RA-Phil-K@users.noreply.github.com> Date: Mon, 4 Sep 2023 11:59:13 +0200 Subject: Correct import for Llama.cpp (#451) --- docs/docs/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/docs/customization.md b/docs/docs/customization.md index 2d1d8ba4..356a14cb 100644 --- a/docs/docs/customization.md +++ b/docs/docs/customization.md @@ -155,7 +155,7 @@ Run the llama.cpp server binary to start the API server. If running on a remote After it's up and running, change `~/.continue/config.py` to look like this: ```python -from continuedev.src.continuedev.libs.llm.ggml import GGML +from continuedev.src.continuedev.libs.llm.llamacpp import LlamaCpp config = ContinueConfig( ... -- cgit v1.2.3-70-g09d2