[Bugfix][Core] Include num_speculative_tokens in SpeculativeConfig.compute_hash for parallel drafting #5691
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Record CI approval | |
| on: | |
| pull_request_review: | |
| types: [submitted] | |
| permissions: {} | |
| jobs: | |
| approved: | |
| if: github.event.review.state == 'approved' | |
| runs-on: [self-hosted, linux, x64, vllm-runners] | |
| steps: | |
| - run: echo "Approval recorded" |