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

Cherry-pick of: "Delayed sampling tp fix #834" #885

Open
wants to merge 9 commits into
base: dev/madamczyk/delayed_sampling
Choose a base branch
from

Conversation

kamil-kaczor
Copy link

@kamil-kaczor kamil-kaczor commented Mar 4, 2025

Cherry-pick of: #834 which should fix TP>1 issues.

@kamil-kaczor kamil-kaczor changed the title Cherrypick of: "WIP fix for TP>1 when using delayed sampling" Cherrypick of: "Delayed sampling tp fix #834" Mar 4, 2025
@kamil-kaczor kamil-kaczor changed the title Cherrypick of: "Delayed sampling tp fix #834" Cherry-pick of: "Delayed sampling tp fix #834" Mar 4, 2025
@@ -79,7 +79,8 @@

LORA_WARMUP_RANK = 8

VLLM_DELAYED_SAMPLING = os.environ.get('VLLM_DELAYED_SAMPLING', 'false').lower() == 'true'
VLLM_DELAYED_SAMPLING = os.environ.get('VLLM_DELAYED_SAMPLING',

Choose a reason for hiding this comment

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

Copy link
Author

Choose a reason for hiding this comment

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

Fixed

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.

3 participants