LICENSE
README.md
pyproject.toml
src/gpubudget/__init__.py
src/gpubudget/budget.py
src/gpubudget/calibrate.py
src/gpubudget/cli.py
src/gpubudget/client.py
src/gpubudget/example.py
src/gpubudget/histogram.py
src/gpubudget/load.py
src/gpubudget/mockserver.py
src/gpubudget/models.py
src/gpubudget/pbtxt.py
src/gpubudget/plan.py
src/gpubudget/repo.py
src/gpubudget/report.py
src/gpubudget/schedule.py
src/gpubudget.egg-info/PKG-INFO
src/gpubudget.egg-info/SOURCES.txt
src/gpubudget.egg-info/dependency_links.txt
src/gpubudget.egg-info/entry_points.txt
src/gpubudget.egg-info/requires.txt
src/gpubudget.egg-info/top_level.txt
src/gpubudget/data/model_repository/weights.json
src/gpubudget/data/model_repository/bge_m3/config.pbtxt
src/gpubudget/data/model_repository/bge_m3/1/.gitkeep
src/gpubudget/data/model_repository/siglip2_text/config.pbtxt
src/gpubudget/data/model_repository/siglip2_text/1/.gitkeep
src/gpubudget/data/model_repository/siglip2_vision/config.pbtxt
src/gpubudget/data/model_repository/siglip2_vision/1/.gitkeep
src/gpubudget/data/profiles/example-20gb.json
tests/test_budget.py
tests/test_calibrate.py
tests/test_cli.py
tests/test_client.py
tests/test_example_data.py
tests/test_histogram.py
tests/test_load.py
tests/test_mockserver.py
tests/test_pbtxt.py
tests/test_plan.py
tests/test_readme_example.py
tests/test_repo.py
tests/test_report.py
tests/test_schedule.py