Skip to content

[AQUA][MMD] Enhance FT weights. #1206

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

lu-ohai
Copy link
Member

@lu-ohai lu-ohai commented Jun 12, 2025

Enhance ft weights.

  • Updated the input format of models as below and added validation.
ads aqua deployment create \
  --container_image_uri "dsmc://odsc-vllm-serving:0.8.5.post1.6" \
  --models '[
    {
      "model_id": "ocid1.datasciencemodel.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"
        }
      ]
    },
    {
      "model_task": "text_generation",
      "model_id": "ocid1.datasciencemodel.oc1.iad.<ocid>",
      "gpu_count": 1
    }
  ]' \
  --instance_shape "VM.GPU.A10.2" \
  --display_name "modelDeployment_multimodel"

Results

Screenshot 2025-06-12 at 3 15 12 PM

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jun 12, 2025
@lu-ohai lu-ohai requested a review from elizjo June 12, 2025 19:42
Copy link

📌 Cov diff with main:

Coverage-35%

📌 Overall coverage:

Coverage-58.24%

Copy link

📌 Cov diff with main:

Coverage-35%

📌 Overall coverage:

Coverage-58.24%

@mrDzurb mrDzurb changed the title Enhance ft weights. [AQUA][MMD] Enhance FT weights. Jun 16, 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