From 86e90826edbda399444b7746e74086b057766d34 Mon Sep 17 00:00:00 2001 From: sanjay920 Date: Tue, 2 Jul 2024 11:46:08 -0700 Subject: [PATCH] update doc links --- CONTRIBUTING.md | 2 +- docs/docs/inference/llamacpp.mdx | 1 - docs/docusaurus.config.js | 7 ++++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82c1a3e..0d2e2e8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,6 +29,6 @@ If you have any ideas or suggestions for new features or improvements to Rubra, ## Contact -If you have any questions or need further assistance, you can reach out to the Rubra development team at [rubra@acorn.io](mailto:rubra@acorn.io) or join our community on [Discord](https://discord.gg/swvAH2DXZH) or [Slack](https://slack.acorn.io). +If you have any questions or need further assistance, you can reach out to the Rubra development team at [rubra@acorn.io](mailto:rubra@acorn.io) or join our community on [Discord](https://discord.gg/9sSf4UyAMC). We appreciate your contributions and look forward to working with you! diff --git a/docs/docs/inference/llamacpp.mdx b/docs/docs/inference/llamacpp.mdx index 8966dd0..70d6d20 100644 --- a/docs/docs/inference/llamacpp.mdx +++ b/docs/docs/inference/llamacpp.mdx @@ -150,4 +150,3 @@ For example, to run [Rubra's enhanced Phi3 model](https://huggingface.co/rubra-a ```bash ./llama-server -ngl 37 -m rubra-phi-3-mini-128k-instruct.Q8_0.gguf --port 1234 --host 0.0.0.0 -c 32000 --chat-template phi3 ``` ->>>>>>> 3c2dd9e84cd1f7afb1e825fbcbccae81e49c5737 diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 36d4055..ac18687 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -74,6 +74,11 @@ const config = { to: 'https://github.com/rubra-ai/rubra', label: 'GitHub', position: 'right', + }, + { + to: 'https://discord.gg/9sSf4UyAMC', + label: 'Discord', + position: 'right', } ], }, @@ -90,7 +95,7 @@ const config = { }, { label: 'Discord', - to: 'https://discord.gg/swvAH2DXZH', + to: 'https://discord.gg/9sSf4UyAMC', }, ], copyright: `Copyright © ${new Date().getFullYear()} Acorn Labs, Inc.`,