Skip to content

Adds VLLM LLaMA 4 support to the list of compatible container families for Multi-Model deployment. #1187

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 1 commit into
base: main
Choose a base branch
from

Conversation

mrDzurb
Copy link
Member

@mrDzurb mrDzurb commented May 16, 2025

Description

Adds VLLM LLaMA 4 support to the list of compatible container families for Multi-Model deployment.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 16, 2025
@mrDzurb mrDzurb requested a review from lu-ohai May 16, 2025 22:02
Copy link

📌 Cov diff with main:

Coverage-50%

📌 Overall coverage:

Coverage-58.65%

Copy link
Member

@VipulMascarenhas VipulMascarenhas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm missing the context here, why separate vllm family for llama4 models? Shouldn't we force to v1 for these models?

@@ -380,7 +386,8 @@ def create_multi(
raise AquaValueError(
"The selected models are associated with different container families: "
f"{list(selected_models_deployment_containers)}."
"For multi-model deployment, all models in the group must share the same container family."
"For multi-model deployment, all models in the group must belong to the same container "
"family or to compatible container families."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: "two" instead of "to"

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.

2 participants