From fae6fbd6c063633d883a44ba02371c2c60ce5c9f Mon Sep 17 00:00:00 2001 From: Yingbei Tong Date: Mon, 1 Jul 2024 17:18:27 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bcad88b7a4117..314e335b99889 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,8 @@ For example, to run [Rubra's enhanced Phi3 model](https://huggingface.co/rubra-a ./llama-server -ngl 37 -m phi-3-mini-128k-instruct-function-calling-alpha-v1.Q8_0.gguf --port 1234 --host 0.0.0.0 -c 32000 --chat-template phi3 ``` +=========================================================================================== + ### Recent API changes - [2024 Apr 21] `llama_token_to_piece` can now optionally render special tokens https://github.com/ggerganov/llama.cpp/pull/6807