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(
543
543
),
544
544
),
545
545
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 ,
552
550
** evaluation_model_freeform_tags ,
553
551
** evaluation_model_defined_tags ,
554
552
},
Original file line number Diff line number Diff line change @@ -477,12 +477,10 @@ def create(
477
477
),
478
478
),
479
479
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 ,
486
484
** model_freeform_tags ,
487
485
** model_defined_tags ,
488
486
},
You can’t perform that action at this time.
0 commit comments