We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a25145 commit cb3f97fCopy full SHA for cb3f97f
src/together/resources/finetune.py
@@ -1064,7 +1064,11 @@ async def create(
1064
hf_output_repo_name=hf_output_repo_name,
1065
)
1066
1067
- if from_checkpoint is None and from_hf_model is None:
+ if (
1068
+ from_checkpoint is None
1069
+ and from_hf_model is None
1070
+ and not model_limits.supports_vision
1071
+ ):
1072
price_estimation_result = await self.estimate_price(
1073
training_file=training_file,
1074
validation_file=validation_file,
0 commit comments