Skip to content

PA LoRA fix#3831

Closed
likholat wants to merge 1 commit into
openvinotoolkit:masterfrom
likholat:qwen_lora_bug
Closed

PA LoRA fix#3831
likholat wants to merge 1 commit into
openvinotoolkit:masterfrom
likholat:qwen_lora_bug

Conversation

@likholat
Copy link
Copy Markdown
Contributor

@likholat likholat commented May 8, 2026

Description

CVS-186315

Fixes #(issue)

Checklist:

  • This PR follows GenAI Contributing guidelines.
  • Tests have been updated or added to cover the new code.
  • This PR fully addresses the ticket.
  • I have made corresponding changes to the documentation.

Copilot AI review requested due to automatic review settings May 8, 2026 19:33
@github-actions github-actions Bot added the category: continuous batching Continuous batching label May 8, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adjusts ContinuousBatchingPipeline initialization so LoRA adapter configuration is extracted from properties into GenerationConfig.adapters, while passing a filtered properties map downstream (to avoid treating adapter config as generic plugin/model properties).

Changes:

  • Add adapter/property extraction helper and include LoRA helper utilities.
  • Ensure all ContinuousBatchingPipeline construction paths use “effective” properties with adapters removed.
  • Ensure GenerationConfig passed to pipeline implementations contains adapters extracted from user properties.

Comment thread src/cpp/src/continuous_batching/pipeline.cpp
Comment on lines +58 to 60
auto generation_config = utils::from_config_json_if_exists(models_path);
auto effective_properties = extract_non_adapter_properties(properties_without_draft_model, generation_config);

Comment on lines +58 to +59
auto generation_config = utils::from_config_json_if_exists(models_path);
auto effective_properties = extract_non_adapter_properties(properties_without_draft_model, generation_config);
@likholat likholat closed this May 11, 2026
@likholat
Copy link
Copy Markdown
Contributor Author

#3841

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants