Merge pull request #363 from unslothai/feature/enable-all-modalities

Removed audio and embedding from coming soon
This commit is contained in:
Roland Tannous 2026-03-11 01:32:43 +04:00 committed by GitHub
commit 5b042165e6

View file

@ -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(