From ea41474e045b5c96dc5f996e7557b6e326920c96 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Tue, 28 Mar 2023 05:04:15 -0400 Subject: [PATCH] Add new Llama methods to docs --- docs/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.md b/docs/index.md index 3d0454f..752e4ba 100644 --- a/docs/index.md +++ b/docs/index.md @@ -57,6 +57,9 @@ pip install llama-cpp-python members: - __init__ - __call__ + - embed + - tokenize + - detokenize show_root_heading: true ::: llama_cpp.llama_cpp