1-uv-curve.png
1a-vf-curve-editor.png
2-afterburner-import.png
3-fan-curve.png
3a-fan-curve-editor.png
LICENSE
MANIFEST.in
PenguinBurner.service
README.md
ascii_chart.py
auto_uv_result_summary_terminal.png
cli_output.py
cuda_bruteforce_stability.py
dry_run_curves_terminal.png
dry_run_preview.py
hidden_nvapi_vf.py
hidden_nvml_voltage.py
import_afterburner_fan_curve.py
import_afterburner_vf_curve.py
lact_auto_uv_import.png
nvidia_runtime_defaults.py
nvml_gpu_policy.py
penguin_burner.py
penguin_burner.sh
penguin_burner_paths.py
pyproject.toml
q2rtx_stability.py
readme-cli.md
runtime_debug.py
runtime_service.py
subprocess_locale.py
afterburner/__init__.py
afterburner/fan_curve.py
afterburner/import_fan_curve.py
afterburner/import_vf_curve.py
afterburner/vfcurve.py
auto_uv/__init__.py
auto_uv/afterburner_defaults.py
auto_uv/artifact_paths.py
auto_uv/artifacts.py
auto_uv/candidate_decision.py
auto_uv/clock_bump.py
auto_uv/constants.py
auto_uv/curve_planning.py
auto_uv/efficiency.py
auto_uv/events.py
auto_uv/fan_tuning.py
auto_uv/final_verify.py
auto_uv/live_sweep.py
auto_uv/manual_curve_editor.py
auto_uv/manual_fan_curve_editor.py
auto_uv/models.py
auto_uv/overclock_recovery.py
auto_uv/performance.py
auto_uv/preflight.py
auto_uv/probe_config.py
auto_uv/probe_decision.py
auto_uv/probe_metrics.py
auto_uv/probe_runner.py
auto_uv/profiles.py
auto_uv/scan.py
auto_uv/scan_rules.py
auto_uv/stop_decision.py
auto_uv/sweep.py
auto_uv/sweep_behavior.py
auto_uv/sweep_modes.py
auto_uv/sweep_state.py
auto_uv/tuning.py
auto_uv/unsafe_classification.py
auto_uv/user_output.py
docs/auto-uv.md
docs/packaging.md
docs/release-notes-0.1.4.md
docs/assets/auto-uv-performance-bias.png
docs/assets/penguin-burner-logo.png
lact/__init__.py
lact/export.py
packaging/icons/penguin-burner-green.svg
packaging/icons/penguin-burner.svg
packaging/icons/hicolor/256x256/apps/penguin-burner.png
packaging/icons/hicolor/512x512/apps/penguin-burner.png
packaging/linux/io.github.jpietek.PenguinBurner.desktop
penguin_burner.egg-info/PKG-INFO
penguin_burner.egg-info/SOURCES.txt
penguin_burner.egg-info/dependency_links.txt
penguin_burner.egg-info/entry_points.txt
penguin_burner.egg-info/requires.txt
penguin_burner.egg-info/top_level.txt
penguin_burner_ui/__init__.py
penguin_burner_ui/__main__.py
penguin_burner_ui/app.py
penguin_burner_ui/commands.py
penguin_burner_ui/assets/__init__.py
penguin_burner_ui/assets/penguin-burner-green.png
penguin_burner_ui/assets/penguin-burner.png
penguin_burner_ui/components/__init__.py
penguin_burner_ui/components/curve_editor.py
penguin_burner_ui/components/curve_plot.py
penguin_burner_ui/components/fan_curve_editor.py
penguin_burner_ui/components/log_view.py
penguin_burner_ui/components/profile_list.py
penguin_burner_ui/components/runs_table.py
penguin_burner_ui/components/scan_controls.py
penguin_burner_ui/components/status_header.py
penguin_burner_ui/components/table_sizing.py
stability/__init__.py
stability/cuda_bruteforce.py
stability/q2rtx/__init__.py
stability/q2rtx/__main__.py
stability/q2rtx/assets.py
stability/q2rtx/cli.py
stability/q2rtx/constants.py
stability/q2rtx/identity.py
stability/q2rtx/install.py
stability/q2rtx/models.py
stability/q2rtx/output.py
stability/q2rtx/reporting.py
stability/q2rtx/runtime.py
stability/q2rtx/telemetry.py
tests/conftest.py
tests/test_afterburner_imports.py
tests/test_auto_uv2_decision.py
tests/test_auto_uv2_sweep.py
tests/test_auto_uv_events.py
tests/test_auto_uv_logic.py
tests/test_auto_uv_preflight.py
tests/test_auto_uv_probe_config.py
tests/test_auto_uv_profiles.py
tests/test_cli_output.py
tests/test_lact_export.py
tests/test_log_view.py
tests/test_manual_curve_editor.py
tests/test_manual_fan_curve_editor.py
tests/test_packaging_metadata.py
tests/test_paths.py
tests/test_probe_metrics.py
tests/test_q2rtx_stability.py
tests/test_runtime_service.py
tests/test_subprocess_decoding.py
tests/test_subprocess_locale.py
tests/test_ui_commands.py