chore: removed audio and embedding from coming soon
This commit is contained in:
parent
29e56e8649
commit
8d6f88577f
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ const TYPE_TOOLTIPS: Record<ModelType, string> = {
|
|||
text: "Fine-tune large language models for text generation",
|
||||
};
|
||||
|
||||
const COMING_SOON: ModelType[] = ["audio", "embeddings"];
|
||||
const COMING_SOON: ModelType[] = [];
|
||||
|
||||
export function ModelTypeStep(): ReactElement {
|
||||
const { modelType, setModelType } = useTrainingConfigStore(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue