From 0f16a0dd1b1ab5c5369f75a09ce843954a055d2a Mon Sep 17 00:00:00 2001 From: josc146 Date: Fri, 28 Jul 2023 12:53:41 +0800 Subject: [PATCH] remove LoraFinetunePrecision fp32 --- frontend/src/pages/Train.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(() => { > - :