Skip to content

Add multi-gpu inference - #727

Open
Kovbo wants to merge 2 commits into
mainfrom
multi-inference
Open

Add multi-gpu inference#727
Kovbo wants to merge 2 commits into
mainfrom
multi-inference

Conversation

@Kovbo

Copy link
Copy Markdown
Collaborator

No description provided.

@FurtherAI

FurtherAI commented Jun 13, 2026

Copy link
Copy Markdown
Collaborator

Just a note that Megatron already supports multi-gpu inference because it overrides _get_service(). Though the design could be cleaned up. So, if you're testing this, it should be tested with Unsloth.

@Kovbo

Copy link
Copy Markdown
CollaboratorAuthor

Just a note that Megatron already supports multi-gpu inference because it overrides _get_service(). Though the design could be cleaned up. So, if you're testing this, it should be tested with Unsloth.

Yeah, you are right, probably it did not work because it required to explicitly set tensor_parallel_size?
cc @vivekkalyan

Sign up for freeto 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.

2 participants

@Kovbo@FurtherAI