Skip to content
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

[Serve] support multiple models #292

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

Conversation

cyber-pioneer
Copy link
Collaborator

@cyber-pioneer cyber-pioneer commented Dec 15, 2024

New Feature

  • Support deploying a large model with multiple sub-models.

Here is the example:

python run.py --config-path ./examples/qwen/conf --config-name config_qwen2.5_multiple_models action=run

This model consists 2 sub-models: qwen2.5-7b which requires 1 GPU and qwen2.5-32b which requires 2 GPUs.

Improvement

Add global TaskConfig.

@cyber-pioneer cyber-pioneer requested a review from a team as a code owner December 15, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant