From ef19dd79f3231f3a850ff8eea0a1d4c8f65161ab Mon Sep 17 00:00:00 2001 From: Yingbei Date: Fri, 28 Jun 2024 15:46:24 -0700 Subject: [PATCH] update model path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f72673e43fb0..d7e0acc9c71ca 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ npm install jsonrepair 3. Download a compatible Rubra's gguf model: For example: ``` -wget https://huggingface.co/sanjay920/Llama-3-8b-function-calling-alpha-v1.gguf/resolve/main/Llama-3-8b-function-calling-alpha-v1.gguf +wget https://huggingface.co/rubra-ai/Llama-3-8b-function-calling-alpha-v1.gguf/resolve/main/Llama-3-8b-function-calling-alpha-v1.gguf ``` 4. start openai compatible server: