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 ca42382 commit 3c11c5fCopy full SHA for 3c11c5f
src/together/resources/finetune.py
@@ -481,7 +481,7 @@ def create(
481
hf_api_token=hf_api_token,
482
hf_output_repo_name=hf_output_repo_name,
483
)
484
- if from_checkpoint is None:
+ if from_checkpoint is None and from_hf_model is None:
485
price_estimation_result = self.estimate_price(
486
training_file=training_file,
487
validation_file=validation_file,
@@ -1045,7 +1045,7 @@ async def create(
1045
1046
1047
1048
- if from_checkpoint is not None:
1049
price_estimation_result = await self.estimate_price(
1050
1051
0 commit comments