diff --git a/frontend/src/pages/Train.tsx b/frontend/src/pages/Train.tsx index f2b0c29..ca3ef46 100644 --- a/frontend/src/pages/Train.tsx +++ b/frontend/src/pages/Train.tsx @@ -91,7 +91,7 @@ export type DataProcessParameters = { vocabPath: string; } -export type LoraFinetunePrecision = 'bf16' | 'fp16' | 'fp32' | 'tf32'; +export type LoraFinetunePrecision = 'bf16' | 'fp16' | 'tf32'; export type LoraFinetuneParameters = { baseModel: string; @@ -544,7 +544,6 @@ const LoraFinetune: FC = observer(() => { > - :