general
How can I deploy a tabby server that index team repos?
I am looking for resources or insights on the best approach to deploy a tabby server for indexing team repos and serving completions.
IT
IT Lackey
Asked on Nov 28, 2023
You can define the git repositories in ~/.tabby/config.toml
. It supports a local folder or a remote URL for the repositories.
Here is an example of defining a local folder:
[[repositories]]
git_url = "file:///home/user/my_folder/"
You can find more information in the Tabby documentation on configuration.
Additionally, if you are interested in load testing and selecting the right model and GPU, you can refer to the benchmark results.
Dec 02, 2023Edited by