LICENSE
README.md
pyproject.toml
ezexl3/__init__.py
ezexl3/__main__.py
ezexl3/catbench.py
ezexl3/cli.py
ezexl3/evals.py
ezexl3/graph_svg.py
ezexl3/measure.py
ezexl3/measure_db.py
ezexl3/native_dialog.py
ezexl3/perf_db.py
ezexl3/perf_runner.py
ezexl3/ppl_layer.py
ezexl3/quantize.py
ezexl3/readme.py
ezexl3/repo.py
ezexl3/repo_measure.py
ezexl3/repo_optimized.py
ezexl3/repo_plan.py
ezexl3/repo_progress.py
ezexl3/repo_subprocess.py
ezexl3/repo_types.py
ezexl3/upload.py
ezexl3.egg-info/PKG-INFO
ezexl3.egg-info/SOURCES.txt
ezexl3.egg-info/dependency_links.txt
ezexl3.egg-info/entry_points.txt
ezexl3.egg-info/requires.txt
ezexl3.egg-info/top_level.txt
ezexl3/chat/__init__.py
ezexl3/chat/inference.py
ezexl3/chat/server.py
ezexl3/chat/templates.py
ezexl3/chat/static/index.html
ezexl3/chat/static/style.css
ezexl3/chat/static/js/chat.js
ezexl3/chat/static/js/main.js
ezexl3/chat/static/js/model.js
ezexl3/chat/static/js/render.js
ezexl3/chat/static/js/session.js
ezexl3/chat/static/js/settings.js
ezexl3/chat/static/js/state.js
ezexl3/chat/static/js/tree.js
ezexl3/chat/static/lib/marked.min.js
ezexl3/chat/static/lib/purify.min.js
ezexl3/templates/basicTemplate.png
ezexl3/templates/basicTemplateREADME.md
ezexl3/templates/fireTemplate.png
ezexl3/templates/fireTemplateREADME.md
ezexl3/templates/greenTemplate.png
ezexl3/templates/greenTemplateREADME.md
ezexl3/templates/punkTemp.png
ezexl3/templates/punkTemplate.png
ezexl3/templates/punkTemplateREADME.md
ezexl3/templates/templatePrompt.txt
ezexl3/ui/__init__.py
ezexl3/ui/server.py
ezexl3/ui/static/index.html
ezexl3/ui/static/style.css
ezexl3/ui/static/js/browser.js
ezexl3/ui/static/js/commands.js
ezexl3/ui/static/js/data.js
ezexl3/ui/static/js/forms.js
ezexl3/ui/static/js/main.js
ezexl3/ui/static/js/state.js
ezexl3/ui/static/js/terminal.js
ezexl3/vendor/__init__.py
ezexl3/vendor/eval_diversity.py
ezexl3/vendor/eval_humaneval.py
ezexl3/vendor/eval_ifbench.py
ezexl3/vendor/eval_longctx.py
ezexl3/vendor/eval_mmlu.py
ezexl3/vendor/eval_perf.py
ezexl3/vendor/measure.py
ezexl3/vendor/model_diff.py
ezexl3/vendor/optimize.py
tests/test_cal_data_check.py
tests/test_catbench.py
tests/test_chat_streaming.py
tests/test_chat_templates.py
tests/test_cli_validation.py
tests/test_deprecated_flags.py
tests/test_evals.py
tests/test_exl3_imports_defensive.py
tests/test_graph_svg_labels.py
tests/test_js_syntax.py
tests/test_measure_args_passthrough.py
tests/test_measure_return_row.py
tests/test_no_measurement_flags.py
tests/test_optimized_bpws.py
tests/test_perf_db.py
tests/test_quantize_flag_wiring.py
tests/test_readme_revision_links.py
tests/test_repo_measure.py
tests/test_repo_optimized.py
tests/test_repo_plan.py
tests/test_repo_progress.py
tests/test_repo_subprocess.py
tests/test_repo_types.py
tests/test_template_geometry_contract.py
tests/test_vendor_staleness.py