Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Aug 22, 2024
1 parent ba73680 commit d906be3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,19 @@ vibe://download/?url=https://huggingface.co/ggerganov/whisper.cpp/resolve/main/g
**There's no support for Windows 7**

</details>

<details>
<summary>Usage on linux server</summary>

To use Vibe on linux server you need to install fake display

```console
Xvfb :1 -screen 0 1024x768x24 &
export DISPLAY=1

wget https://github.com/thewh1teagle/vibe/releases/download/v0.0.1/ggml-medium.bin
wget https://github.com/thewh1teagle/vibe/raw/main/samples/single.wav
vibe --model ggml-medium.bin --file single.wav
```

</details>

0 comments on commit d906be3

Please sign in to comment.