Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env bash
# [DO NOT MERGE] Throwaway smoke test for codeowner-signoff-verify Check 10:
# agentic spec-decode configs must simulate acceptance at the committed golden
# AL from golden_al_distribution/. This script DELIBERATELY omits synthetic
# acceptance (real rejection sampling) so the verifier should FAIL Check 10 and
# name this file. The PR adding it will be closed without merging.
set -euo pipefail

vllm serve deepseek-ai/DeepSeek-V4-Pro-NVFP4 \
--port 8000 \
--tensor-parallel-size 8 \
--speculative-config '{"method":"mtp","num_speculative_tokens":3}'