You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update version to 0.3.9 in README.md and buildspec.json; add availabl… (#184)
* Update version to 0.3.9 in README.md and buildspec.json; add available versions section for clarity
* Add support for custom API translation provider and update configuration options
* Enable ccache support in CMake build scripts for improved build performance
* Add status message for detected ccache in CMake build scripts
Check out the [latest releases](https://github.com/locaal-ai/obs-localvocal/releases) for downloads and install instructions.
87
87
88
+
### Available Versions
89
+
90
+
LocalVocal is available in multiple versions to cater to different hardware configurations and operating systems. Below is a brief explanation of the different versions you can download:
91
+
92
+
-**Windows CUDA**: This version is optimized for systems with NVIDIA GPUs and utilizes CUDA for accelerated performance. Make sure you have the latest NVidia GPU drivers installed.
93
+
-**Windows CPU**: This version is designed for systems without dedicated GPUs, running solely on the CPU.
94
+
-**Windows HIPBLAS**: This version utilizes the HIP framework from AMD that accelerates computation on AMD GPUs. (⚠️ Experimental ⚠️ Please provide feedback)
95
+
-**Windows Vulkan**: This version uses Vulkan for GPU-based acceleration across many vendors like NVidia, AMD, and Intel. (⚠️ Experimental ⚠️ Please provide feedback)
96
+
-**macOS Intel (x86_64)**: This version is for Mac computers with Intel processors.
97
+
-**macOS Apple Silicon (arm64)**: This version is optimized for Mac computers with Apple Silicon (M1, M2, etc.) processors.
98
+
-**Linux x86_64**: This version is for Linux systems with x86_64 architecture.
99
+
100
+
Make sure to download the version that matches your system's hardware and operating system for the best performance.
101
+
88
102
### Models
89
103
The plugin ships with the Tiny.en model, and will autonomously download other Whisper models through a dropdown.
90
104
There's also an option to select an external GGML Whisper model file if you have it on disk.
0 commit comments