Merge pull request #363 from unslothai/feature/enable-all-modalities
Removed audio and embedding from coming soon
This commit is contained in:
commit
5b042165e6
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