Skip to content

Comments

fix(cli): Improve error output message when model/checkpoint is not provided in finetune create#271

Merged
blainekasten merged 1 commit intonextfrom
blaine/dx-292-together-fine-tuning-create-training-file-id-without-model
Feb 20, 2026
Merged

fix(cli): Improve error output message when model/checkpoint is not provided in finetune create#271
blainekasten merged 1 commit intonextfrom
blaine/dx-292-together-fine-tuning-create-training-file-id-without-model

Conversation

@blainekasten
Copy link
Contributor

Before:

$ together fine-tuning create --training-file file-123-4324-2342
Usage: together fine-tuning create [OPTIONS]
Try 'together fine-tuning create --help' for help.
 
Error: Invalid value: You must specify either a model or a checkpoint

After:

$ together fine-tuning create --training-file file-123-4324-2342
Usage: together fine-tuning create [OPTIONS]
Try 'together fine-tuning create --help' for help.

Error: Missing option --model or --from-checkpoint.

@blainekasten blainekasten force-pushed the blaine/dx-292-together-fine-tuning-create-training-file-id-without-model branch from 9ec2b4d to 2111da9 Compare February 19, 2026 17:00
@blainekasten blainekasten force-pushed the blaine/dx-292-together-fine-tuning-create-training-file-id-without-model branch from ad7f745 to 4cb51f0 Compare February 20, 2026 16:39
@blainekasten blainekasten merged commit bae0065 into next Feb 20, 2026
9 checks passed
@stainless-app stainless-app bot mentioned this pull request Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants