Clean up some Qwen3-Next and deterministic code (#11585)

This commit is contained in:
Stefan He
2025-10-15 00:19:37 -07:00
committed by GitHub
parent 6bc503af73
commit 6b143d62a2
4 changed files with 1 additions and 15 deletions

View File

@@ -226,10 +226,6 @@ def send_prefix(args, batch_size: int, prompts: List[str]):
def test_deterministic(args):
# First do some warmups
for i in range(3):
send_single(args, 16, args.profile)
if args.test_mode == "single":
# In single mode, we test the deterministic behavior by sending the same prompt in batch sizes ranging from 1 to n_trials.
texts = []