Skip to content

Commit

Permalink
Fix formatting in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Nov 14, 2024
1 parent 57f6a30 commit 2d6aed5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/src/language_servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ If there are no setup steps for a language server on this page, but a [language

In order to use Tabby you need a sufficiently fast GPU; the CPU version which can also be downloaded from the GitHub releases page is much too slow and it will result in timeouts for the completion requests.
Alternatively, Tabby can be setup on a separate server with capable hardware; see the [Configuration docs](https://tabby.tabbyml.com/docs/extensions/configurations/) for the required configuration details.
The following steps describe a local installation on a PC with compatible Nvidia GPU on Windows. More installation methods and the steps for other operation systems are listed in the [Tabby docs](https://tabby.tabbyml.com/docs/quick-start/installation/docker/).
The following steps describe a local installation on a Windows PC with compatible Nvidia GPU. More installation methods and the steps for other operation systems are listed in the [Tabby docs](https://tabby.tabbyml.com/docs/quick-start/installation/docker/).

1. Download and install the CUDA Toolkit from https://developer.nvidia.com/cuda-downloads
1. Download and install the CUDA Toolkit from <https://developer.nvidia.com/cuda-downloads>

2. Download and extract a CUDA version of Tabby from the [GitHub releases page](https://github.com/TabbyML/tabby/releases) (click on "Assets"); e.g. `tabby_x86_64-windows-msvc-cuda122.zip`

Expand All @@ -49,7 +49,7 @@ The following steps describe a local installation on a PC with compatible Nvidia
}
```

5. Download a completion model (see https://tabby.tabbyml.com/docs/models/ for available model files and GPU requirements):
5. Download a completion model (see <https://tabby.tabbyml.com/docs/models/> for available model files and GPU requirements):

```sh
tabby download --model StarCoder-1B
Expand All @@ -58,10 +58,10 @@ The following steps describe a local installation on a PC with compatible Nvidia
6. If necessary, edit the configuration file under `~/.tabby-client/agent/config.toml`, which is generated automatically on the first start of tabby-agent.
For example, to disable anonymous usage tracking add

```toml
[anonymousUsageTracking]
disable = true
```
```toml
[anonymousUsageTracking]
disable = true
```

7. Manually start the Tabby backend:

Expand Down

0 comments on commit 2d6aed5

Please sign in to comment.