Skip to content

Commit 097a0ec

Browse files
authored
Merge branch 'main' into aqua_md_env_config
2 parents d5653e5 + ca4e6e6 commit 097a0ec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ads/aqua/modeldeployment/deployment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ def _create(
382382
Tags.AQUA_SERVICE_MODEL_TAG,
383383
Tags.AQUA_FINE_TUNED_MODEL_TAG,
384384
Tags.AQUA_TAG,
385+
Tags.BASE_MODEL_CUSTOM,
385386
]:
386387
if tag in aqua_model.freeform_tags:
387388
tags[tag] = aqua_model.freeform_tags[tag]

ads/aqua/modeldeployment/entities.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ class CreateModelDeploymentDetails(BaseModel):
233233
None, description="The description of the deployment."
234234
)
235235
model_id: Optional[str] = Field(None, description="The model OCID to deploy.")
236+
236237
models: Optional[List[AquaMultiModelRef]] = Field(
237238
None, description="List of models for multimodel deployment."
238239
)

0 commit comments

Comments
 (0)