diff --git a/docs/docs/README.md b/docs/docs/README.md index a14be1e..75f5651 100644 --- a/docs/docs/README.md +++ b/docs/docs/README.md @@ -36,10 +36,13 @@ Try out the models immediately without downloading anything in [Huggingface Spac ## Run Rubra Models Locally +Check out our [documentation](https://docs.rubra.ai/category/serving--inferencing) to learn how to run Rubra models locally. We extend the following inferencing tools to run Rubra models in an OpenAI-compatible tool-calling format for local use: -- [llama.cpp](https://github.com/ggerganov/llama.cpp) -- [vllm](https://github.com/vllm-project/vllm) +- [llama.cpp](https://github.com/rubra-ai/tools.cpp) +- [vLLM](https://github.com/rubra-ai/vllm) + +Note: It is a known issue that Llama3 models (including 8B and 70B) are more prone to damage from quantization. We recommend serving them with either vLLM or using the fp16 quantization. ## Contributing