Skip to content

Latest commit

 

History

History
119 lines (73 loc) · 3.44 KB

INSTALL.md

File metadata and controls

119 lines (73 loc) · 3.44 KB

Install notes 📝

System requirements 💻

Windows: Version 8 greater.

Hardware: No special requirement. resource usage can be customized through advanced settings in main window.

Currently, MacOS computers get the best performance since there's GPU optimizations.

Nvidia 🚀

Nvidia's performance is incredible — transcribe 1 hour in just 1-5 minutes!

Look for installers with nvidia in vibe/releases/latest

On Linux, you may also need to install cuda-toolkit.

Speedup GPU in Windows 🚀

Sometimes Windows doesn't use the GPU although nvidia / opencl is supported. There's a potential fix in windows settings.

  1. Hit Win + R
  2. Type ms-settings:display-advancedgraphics and press Enter
  3. Select Browse
  4. Navigate to vibe.exe by pasting %localappdata%\vibe in the path address bar and press Enter
  5. Select vibe.exe
  6. Vibe added to the list. select Options
  7. Select the best GPU option - high Performance
  8. Save it
  9. Restart Vibe
macOS with `coreml` for faster transcribe (2-3x) 🌟
  1. Download ggml-medium-encoder.mlmodelc.zip
  2. Unzip it (double click)
  3. Open models path from Vibe settings
  4. Drag and drop the file ggml-medium-encoder.mlmodelc there
  5. Transcribe some file. it will take 5 minutes to initiate once. then it will be fast.
Ubuntu 🐧

Download deb file and execute

sudo apt install ./vibe*.deb

Currenly, listening for the audio file isn't supported on Linux

Manual Install 🛠️

MacOS Apple silicon: install aarch64.dmg file from releases Don't forget to right click and open from Applications once

MacOS Intel: install x64.dmg file from releases Don't forget to right click and open from Applications once

Windows: install .exe file from releases

Linux: install .deb from releases (Arch users can use debtap

Offline Setup 💾

Offline installation with Vibe is easy: open the app, cancel the download, and navigate to the Customize section within settings.

Error of `msvc140.dll` not found ❌

Download and install vc_redist.x64.exe

Unsupported CPU

Some CPUs aren't support some features used by Whisper.

Please try to download and install the release file named with older-cpu.exe: Vibe releases

Special link to download models in vibe

You can add links to your websites for letting users download your models easily from your website directly to vibe.

The URL should be like

vibe://download/?url=https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-tiny.bin?download=true