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
Copy file name to clipboardExpand all lines: voxtral_realtime/windows/README.md
+53-56Lines changed: 53 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,104 +4,101 @@ Real-time speech transcription desktop app powered by ExecuTorch with CUDA accel
4
4
5
5
This is the Windows equivalent of the [macOS Voxtral Realtime app](../macos/).
6
6
7
-
## Quick Start (Pre-built Release)
7
+
## Quick Start
8
8
9
-
Download `VoxtralRealtime.exe` from the [Releases](https://github.com/meta-pytorch/executorch-examples/releases) page and run it directly. No installation required.
9
+
Download `VoxtralRealtime-Setup.exe` from the [Releases](https://github.com/meta-pytorch/executorch-examples/releases) page and run the installer. Everything is bundled -- the app, runner, model weights, and tokenizer. No additional downloads required.
10
10
11
-
You also need:
12
-
- The `voxtral_realtime_runner.exe` (built from ExecuTorch with CUDA support)
13
-
- Model files from HuggingFace (see [Model Files](#model-files) below)
11
+
After install, launch from the Start Menu or desktop shortcut and click "Start Transcription".
14
12
15
-
##Prerequisites
13
+
### Requirements
16
14
17
15
- Windows 10/11 with NVIDIA GPU (CUDA-capable)
18
16
- CUDA Toolkit installed (auto-detected from `C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\`)
19
-
-[.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0) (only for building from source)
20
17
21
-
## Model Files
18
+
## Features
22
19
23
-
Download from HuggingFace:
20
+
-**Live Transcription** - Start/Pause/Resume with streaming text output
0 commit comments