Skip to content

Added support to edit stacked model deployment #1250

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: feature/model_group
Choose a base branch
from

Conversation

lu-ohai
Copy link
Member

@lu-ohai lu-ohai commented Aug 20, 2025

Added support to edit stacked model deployment

  • Added update method in AquaDeploymentApp to support updating model group deployment.
ads aqua deployment update --model_deployment_id <model_deployment_id> \
--display_name <display_name> \
--description <description> \
--models '[
    {
      "model_id": "ocid1.log.oc1.iad.<ocid>",
      "gpu_count": 1,
      "model_name": "meta-llama/Meta-Llama-3.1-8B",
      "model_task": "text_generation",
      "fine_tune_weights": [
        {
          "model_id": "ocid1.datasciencemodel.oc1.iad.<>",
          "model_name": "meta-llama/Meta-Llama-3.1-8B-FT1"
        },
        {
          "model_id": "ocid1.datasciencemodel.oc1.iad.<>",
          "model_name": "meta-llama/Meta-Llama-3.1-8B-FT2"
        }
      ]
    }]' \
...

Integration tests

  • Update display_name and description
Screenshot 2025-08-20 at 4 55 27 PM Screenshot 2025-08-20 at 4 55 49 PM
  • Update fine tuned weights
Screenshot 2025-08-20 at 5 03 24 PM Screenshot 2025-08-20 at 5 03 02 PM Screenshot 2025-08-20 at 5 12 10 PM

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant