remove LoraFinetunePrecision fp32

This commit is contained in:
josc146 2023-07-28 12:53:41 +08:00
parent cb05a8a2ae
commit 0f16a0dd1b

View File

@ -91,7 +91,7 @@ export type DataProcessParameters = {
vocabPath: string; vocabPath: string;
} }
export type LoraFinetunePrecision = 'bf16' | 'fp16' | 'fp32' | 'tf32'; export type LoraFinetunePrecision = 'bf16' | 'fp16' | 'tf32';
export type LoraFinetuneParameters = { export type LoraFinetuneParameters = {
baseModel: string; baseModel: string;
@ -544,7 +544,6 @@ const LoraFinetune: FC = observer(() => {
> >
<Option>bf16</Option> <Option>bf16</Option>
<Option>fp16</Option> <Option>fp16</Option>
<Option>fp32</Option>
<Option>tf32</Option> <Option>tf32</Option>
</Dropdown> </Dropdown>
: <div /> : <div />