diff options
| -rw-r--r-- | src/components/ConfigurationSection.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index 1683ca2..344481e 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -128,7 +128,7 @@ export function ConfigurationSection({ <PanelSectionRow> <ToggleField label="FP16 Acceleration" - description="Use FP16 shaders when supported; disable this on older NVIDIA GPUs if needed" + description="Use FP16 shaders when supported" checked={!config.no_fp16} onChange={(value) => onConfigChange(NO_FP16, !value)} /> |
