Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b681674

Browse files
committed
docs: Fix functionary repo_id
1 parent f94faab commit b681674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -423,10 +423,10 @@ Due to discrepancies between llama.cpp and HuggingFace's tokenizers, it is requi
423423
>>> from llama_cpp import Llama
424424
>>> from llama_cpp.llama_tokenizer import LlamaHFTokenizer
425425
>>> llm = Llama.from_pretrained(
426-
repo_id="meetkai/functionary-7b-v1-GGUF",
426+
repo_id="meetkai/functionary-small-v2.2-GGUF",
427427
filename="functionary-small-v2.2.q4_0.gguf",
428428
chat_format="functionary-v2",
429-
tokenizer=LlamaHFTokenizer.from_pretrained("meetkai/functionary-7b-v1-GGUF")
429+
tokenizer=LlamaHFTokenizer.from_pretrained("meetkai/functionary-small-v2.2-GGUF")
430430
)
431431
```
432432
</details>

0 commit comments

Comments
 (0)