Update app.py
Browse files
app.py
CHANGED
@@ -925,7 +925,9 @@ def create_research_interface():
|
|
925 |
# Connect the benchmark
|
926 |
benchmark_outputs = run_button.click(
|
927 |
run_benchmark,
|
928 |
-
inputs=[compression_types,
|
|
|
|
|
929 |
spg_decay_rate, spg_enable_adaptive, spg_target_ppl,
|
930 |
enhanced_enable_two_stage, enhanced_stage1_ratio, enhanced_stage2_ratio,
|
931 |
enhanced_enable_head_compression, enhanced_enable_progressive,
|
@@ -938,7 +940,7 @@ def create_research_interface():
|
|
938 |
min_tokens_for_stability, stage_compression_min, stage_compression_max,
|
939 |
sequence_compression_ratio, head_compression_ratio,
|
940 |
generate_latex, n_bootstrap, n_seeds, enable_proving,
|
941 |
-
enable_ratio_sweep, ratio_sweep_points],
|
942 |
outputs=[results_table, summary_output, latex_output, json_output,
|
943 |
proof_bundle_file, plots_image, tradeoff_plots, tradeoff_json]
|
944 |
)
|
|
|
925 |
# Connect the benchmark
|
926 |
benchmark_outputs = run_button.click(
|
927 |
run_benchmark,
|
928 |
+
inputs=[compression_types, model_selection, dataset_selection,
|
929 |
+
test_seq_lengths, downstream_tasks, baseline_comparisons,
|
930 |
+
seq_length, eval_samples,
|
931 |
spg_decay_rate, spg_enable_adaptive, spg_target_ppl,
|
932 |
enhanced_enable_two_stage, enhanced_stage1_ratio, enhanced_stage2_ratio,
|
933 |
enhanced_enable_head_compression, enhanced_enable_progressive,
|
|
|
940 |
min_tokens_for_stability, stage_compression_min, stage_compression_max,
|
941 |
sequence_compression_ratio, head_compression_ratio,
|
942 |
generate_latex, n_bootstrap, n_seeds, enable_proving,
|
943 |
+
enable_ratio_sweep, ratio_sweep_points, enable_publication_mode],
|
944 |
outputs=[results_table, summary_output, latex_output, json_output,
|
945 |
proof_bundle_file, plots_image, tradeoff_plots, tradeoff_json]
|
946 |
)
|