Skip to content

refactored inference handler to pull infer_variant into separate fn#3789

Merged
Aaron1011 merged 2 commits intomainfrom
viraj/refactor-inference-function
Oct 1, 2025
Merged

refactored inference handler to pull infer_variant into separate fn#3789
Aaron1011 merged 2 commits intomainfrom
viraj/refactor-inference-function

Conversation

@virajmehta
Copy link
Copy Markdown
Member

@virajmehta virajmehta commented Oct 1, 2025

Important

Refactor inference handling by extracting variant-specific logic into separate functions for improved code clarity.

  • Refactoring:
    • Extracts start_variant_batch_inference from start_batch_inference in batch_inference.rs.
    • Extracts infer_variant from inference in inference.rs.
  • Functions:
    • start_variant_batch_inference handles variant-specific batch inference logic.
    • infer_variant handles variant-specific inference logic.
  • Behavior:
    • No changes to external behavior; refactoring is internal for code clarity.

This description was created by Ellipsis for 1746479. You can customize this summary. It will automatically update as commits are pushed.

@virajmehta virajmehta marked this pull request as ready for review October 1, 2025 20:34
@Aaron1011 Aaron1011 enabled auto-merge October 1, 2025 20:49
@Aaron1011 Aaron1011 added this pull request to the merge queue Oct 1, 2025
Merged via the queue into main with commit 1ba4403 Oct 1, 2025
30 checks passed
@Aaron1011 Aaron1011 deleted the viraj/refactor-inference-function branch October 1, 2025 21:30
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.

2 participants