.gitignore
LICENSE
README.md
pyproject.toml
uv.lock
.claude/skills/claude-code-on-local-models/SKILL.md
.claude/skills/freetoken-engine/SKILL.md
.claude/skills/lllm3090-runbook/SKILL.md
.claude/skills/llm-checkpoint-fit/SKILL.md
.claude/skills/local-inference-hardware/SKILL.md
.claude/skills/moe-throughput-model/SKILL.md
.github/workflows/_dist.yml
.github/workflows/_pypi.yml
.github/workflows/ci.yml
docs/_api.rst
docs/conf.py
docs/explanations.md
docs/how-to.md
docs/index.md
docs/reference.md
docs/tutorials.md
docs/_templates/custom-module-template.rst
docs/explanations/dense-vs-moe.md
docs/explanations/one-gpu.md
docs/explanations/what-fits.md
docs/how-to/claude-code.md
docs/how-to/context-and-slots.md
docs/how-to/other-harnesses.md
docs/how-to/own-gguf.md
docs/how-to/release.md
docs/how-to/remote-access.md
docs/how-to/troubleshooting.md
docs/images/panel.png
docs/reference/catalogue.md
docs/reference/cli.md
docs/reference/http.md
docs/tutorials/first-model.md
docs/tutorials/installation.md
src/lllm3090/__init__.py
src/lllm3090/__main__.py
src/lllm3090/_version.py
src/lllm3090/catalog.py
src/lllm3090/cli.py
src/lllm3090/config.py
src/lllm3090/downloads.py
src/lllm3090/engine.py
src/lllm3090/panel.py
src/lllm3090/preflight.py
src/lllm3090.egg-info/PKG-INFO
src/lllm3090.egg-info/SOURCES.txt
src/lllm3090.egg-info/dependency_links.txt
src/lllm3090.egg-info/entry_points.txt
src/lllm3090.egg-info/requires.txt
src/lllm3090.egg-info/scm_file_list.json
src/lllm3090.egg-info/scm_version.json
src/lllm3090.egg-info/top_level.txt
src/lllm3090/data/__init__.py
src/lllm3090/data/lllm3090-panel.service
src/lllm3090/data/models.yaml
src/lllm3090/static/__init__.py
src/lllm3090/static/index.html
tests/test_catalog.py