Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
okdshin committed Dec 2, 2023
1 parent 93f7100 commit 8494e42
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,30 @@

LSP code completion server with local LLM powered by llama.cpp

# Install (& Uninstall)
## Install

Please choose "openblas" or "cublas" and replace `<release_type>` with it.

- openblas: for CPU, slow
- cublas: for NVIDIA GPU, fast

## For Ubuntu20.04
### For Ubuntu20.04

#### Requirements

##### openblas

Install OpenBLAS library.

```sh
sudo apt-get install libopenblas
```

##### cublas

Install CUDA library.

#### Install flatline_lsp

```sh
# This command download `flatline_lsp_ubuntu2004_<release_type>.zip` and unzip it to `$HOME/.flatline_lsp`
Expand All @@ -19,9 +35,9 @@ curl -L https://raw.githubusercontent.com/okdshin/flatline_lsp/main/install.sh |
rm -R $HOME/.flatline_lsp
```

# Setup
## Setup

## Neovim
### Neovim

Add this snippet to `plugins.lua`

Expand Down

0 comments on commit 8494e42

Please sign in to comment.