diff --git a/app/src/components/ServerSettings/ProviderSettings.tsx b/app/src/components/ServerSettings/ProviderSettings.tsx index b11e19ef..566e73d2 100644 --- a/app/src/components/ServerSettings/ProviderSettings.tsx +++ b/app/src/components/ServerSettings/ProviderSettings.tsx @@ -183,7 +183,7 @@ export function ProviderSettings() { TTS Provider - Choose how Voicebox generates speech + Choose how Voicebox generates speech. {isStarting && ( @@ -209,9 +209,9 @@ export function ProviderSettings() { htmlFor="cuda" className={`flex-1 ${isMacOS() || isStarting ? 'cursor-not-allowed' : 'cursor-pointer'}`} > -
PyTorch CUDA (NVIDIA GPU)
+
PyTorch CUDA
- {isMacOS() ? 'Not available on macOS' : '4-5x faster inference on NVIDIA GPUs'} + NVIDIA GPU-accelerated provider
@@ -312,20 +312,20 @@ export function ProviderSettings() { {/* MLX bundled (macOS Apple Silicon only) */} - {isMacOS() && ( -
- - -
- )} +
+ + +
{/* Remote */}
@@ -334,7 +334,7 @@ export function ProviderSettings() {
@@ -346,13 +346,15 @@ export function ProviderSettings() { +

+ Note: PyTorch and MLX use different versions of the same model. When switching between + them, you will need to redownload the model. +