Skip to content

Commit

Permalink
Merge pull request #116 from rubra-ai/update_links
Browse files Browse the repository at this point in the history
update doc links
  • Loading branch information
sanjay920 authored Jul 2, 2024
2 parents d0d9b57 + 86e9082 commit de619d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [[email protected]](mailto:[email protected]) 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 [[email protected]](mailto:[email protected]) or join our community on [Discord](https://discord.gg/9sSf4UyAMC).

We appreciate your contributions and look forward to working with you!
1 change: 0 additions & 1 deletion docs/docs/inference/llamacpp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 6 additions & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
],
},
Expand All @@ -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.`,
Expand Down

0 comments on commit de619d5

Please sign in to comment.