remove LoraFinetunePrecision fp32
This commit is contained in:
parent
cb05a8a2ae
commit
0f16a0dd1b
@ -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(() => {
|
||||
>
|
||||
<Option>bf16</Option>
|
||||
<Option>fp16</Option>
|
||||
<Option>fp32</Option>
|
||||
<Option>tf32</Option>
|
||||
</Dropdown>
|
||||
: <div />
|
||||
|
Loading…
Reference in New Issue
Block a user