Skip to content

Commit

Permalink
improve logging for cv models
Browse files Browse the repository at this point in the history
  • Loading branch information
luv-bansal committed Oct 10, 2024
1 parent 2252e7f commit 326e835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clarifai/runners/models/model_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def upload_model_version(self, download_checkpoints):
model_type_id = self.config.get('model').get('model_type_id')

if (model_type_id in self.CONCEPTS_REQUIRED_MODEL_TYPE) and 'concepts' not in self.config:
logger.error(
logger.info(
f"Model type {model_type_id} requires concepts to be specified in the config.yaml file.."
)
if self.config.get("checkpoints"):
Expand Down

0 comments on commit 326e835

Please sign in to comment.