CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/1-wrong-estimate.yml
.github/ISSUE_TEMPLATE/2-hardware-not-detected.yml
.github/ISSUE_TEMPLATE/3-add-model.yml
.github/ISSUE_TEMPLATE/4-bug.yml
.github/ISSUE_TEMPLATE/5-feature.yml
.github/ISSUE_TEMPLATE/config.yml
.github/workflows/ci.yml
.github/workflows/release.yml
launchers/build-standalone.sh
launchers/entrypoint.py
launchers/llmcalculator-linux.sh
launchers/llmcalculator-mac.command
launchers/llmcalculator-windows.bat
src/llmcalculator/__init__.py
src/llmcalculator/cli.py
src/llmcalculator/compare.py
src/llmcalculator/estimate.py
src/llmcalculator/quant.py
src/llmcalculator/workloads.py
src/llmcalculator.egg-info/PKG-INFO
src/llmcalculator.egg-info/SOURCES.txt
src/llmcalculator.egg-info/dependency_links.txt
src/llmcalculator.egg-info/entry_points.txt
src/llmcalculator.egg-info/requires.txt
src/llmcalculator.egg-info/top_level.txt
src/llmcalculator/hardware/__init__.py
src/llmcalculator/hardware/base.py
src/llmcalculator/hardware/detect.py
src/llmcalculator/hardware/gpu_db.py
src/llmcalculator/models/__init__.py
src/llmcalculator/models/catalog.json
src/llmcalculator/models/catalog.py
src/llmcalculator/models/hub.py
src/llmcalculator/models/spec.py
src/llmcalculator/ui/__init__.py
src/llmcalculator/ui/app.html
src/llmcalculator/ui/app.py
src/llmcalculator/ui/render.py
src/llmcalculator/ui/tui.py
tests/test_app.py
tests/test_catalog.py
tests/test_cli.py
tests/test_cpu_only.py
tests/test_estimate.py
tests/test_hardware.py
tests/test_hub.py
tests/test_tui.py