File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -543,12 +543,10 @@ def create(
543543 ),
544544 ),
545545 tags = {
546- ** {
547- "aqua_evaluation" : Tags .AQUA_EVALUATION ,
548- "evaluation_job_id" : evaluation_job .id ,
549- "evaluation_source" : create_aqua_evaluation_details .evaluation_source_id ,
550- "evaluation_experiment_id" : experiment_model_version_set_id ,
551- },
546+ "aqua_evaluation" : Tags .AQUA_EVALUATION ,
547+ "evaluation_job_id" : evaluation_job .id ,
548+ "evaluation_source" : create_aqua_evaluation_details .evaluation_source_id ,
549+ "evaluation_experiment_id" : experiment_model_version_set_id ,
552550 ** evaluation_model_freeform_tags ,
553551 ** evaluation_model_defined_tags ,
554552 },
Original file line number Diff line number Diff line change @@ -477,12 +477,10 @@ def create(
477477 ),
478478 ),
479479 tags = {
480- ** {
481- "aqua_finetuning" : Tags .AQUA_FINE_TUNING ,
482- "finetuning_job_id" : ft_job .id ,
483- "finetuning_source" : source .id ,
484- "finetuning_experiment_id" : experiment_model_version_set_id ,
485- },
480+ "aqua_finetuning" : Tags .AQUA_FINE_TUNING ,
481+ "finetuning_job_id" : ft_job .id ,
482+ "finetuning_source" : source .id ,
483+ "finetuning_experiment_id" : experiment_model_version_set_id ,
486484 ** model_freeform_tags ,
487485 ** model_defined_tags ,
488486 },
You can’t perform that action at this time.
0 commit comments