We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed2c59 commit f0b1d4cCopy full SHA for f0b1d4c
run.py
@@ -144,7 +144,6 @@ def run(args: List[str] = []):
144
try:
145
result_a, result_b = run_ab_test(args, extra_args, _run)
146
147
- # Phase 3: Implement A/B comparison output
148
from tritonbench.utils.ab_test import parse_ab_config
149
config_a_args = parse_ab_config(args.side_a)
150
config_b_args = parse_ab_config(args.side_b)
0 commit comments