Skip to content

Commit cb3f97f

Browse files
Support VLM finetuning
1 parent 9a25145 commit cb3f97f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/together/resources/finetune.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,11 @@ async def create(
10641064
hf_output_repo_name=hf_output_repo_name,
10651065
)
10661066

1067-
if from_checkpoint is None and from_hf_model is None:
1067+
if (
1068+
from_checkpoint is None
1069+
and from_hf_model is None
1070+
and not model_limits.supports_vision
1071+
):
10681072
price_estimation_result = await self.estimate_price(
10691073
training_file=training_file,
10701074
validation_file=validation_file,

0 commit comments

Comments
 (0)