Skip to content

Commit c93a870

Browse files
Support VLM finetuning
1 parent b026e4e commit c93a870

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/together/cli/api/finetune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def create(
363363
)
364364

365365
if model_limits.supports_vision:
366-
# Don't show price estimation for multimodal models
366+
# Don't show price estimation for multimodal models yet
367367
confirm = True
368368

369369
finetune_price_estimation_result = client.fine_tuning.estimate_price(

0 commit comments

Comments
 (0)