summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/ConfigurationSection.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx
index 31ce278..466a982 100644
--- a/src/components/ConfigurationSection.tsx
+++ b/src/components/ConfigurationSection.tsx
@@ -113,14 +113,14 @@ export function ConfigurationSection({
/>
</PanelSectionRow>
- <PanelSectionRow>
+ {/* <PanelSectionRow>
<ToggleField
label="Force Disable FP16"
description="Force-disable FP16 acceleration"
checked={config.no_fp16}
onChange={(value) => onConfigChange(NO_FP16, value)}
/>
- </PanelSectionRow>
+ </PanelSectionRow> */}
<PanelSectionRow>
<ToggleField