Clean up some Qwen3-Next and deterministic code (#11585)
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user