LICENSE
README.md
pyproject.toml
src/vramd/__init__.py
src/vramd/__main__.py
src/vramd/adapter.py
src/vramd/backend_manager.py
src/vramd/cli.py
src/vramd/client.py
src/vramd/dispatcher.py
src/vramd/errors.py
src/vramd/footprints.py
src/vramd/gpu.py
src/vramd/idle_evictor.py
src/vramd/job_queue.py
src/vramd/logging.py
src/vramd/process_guard.py
src/vramd/protocol.py
src/vramd/py.typed
src/vramd/registry.py
src/vramd/scheduler.py
src/vramd/server.py
src/vramd/stats.py
src/vramd/subprocess_pool.py
src/vramd/toolchain.py
src/vramd/vram_planner.py
src/vramd.egg-info/PKG-INFO
src/vramd.egg-info/SOURCES.txt
src/vramd.egg-info/dependency_links.txt
src/vramd.egg-info/entry_points.txt
src/vramd.egg-info/requires.txt
src/vramd.egg-info/top_level.txt
src/vramd/calibrate/__init__.py
src/vramd/calibrate/analysis.py
src/vramd/calibrate/compare.py
src/vramd/calibrate/emit.py
src/vramd/calibrate/hw_auto.py
src/vramd/calibrate/runner.py
src/vramd/calibrate/sampler.py
src/vramd/calibrate/serde.py
src/vramd/data/backends.yaml
src/vramd/worker/__init__.py
src/vramd/worker/adapter.py
src/vramd/worker/protocol.py
src/vramd/worker/serve.py
tests/test_abort_progress.py
tests/test_backend_manager.py
tests/test_backend_manager_hybrid.py
tests/test_calibrate_analysis.py
tests/test_calibrate_cli.py
tests/test_calibrate_emit_compare.py
tests/test_calibrate_hw_auto.py
tests/test_calibrate_runner.py
tests/test_calibrate_sampler.py
tests/test_calibrate_serde.py
tests/test_cli_debug_stats_bench.py
tests/test_gpu_ids_load.py
tests/test_idle_evictor.py
tests/test_job_queue.py
tests/test_job_wal.py
tests/test_peak_profile.py
tests/test_phase_progress.py
tests/test_process_guard.py
tests/test_protocol_env.py
tests/test_queue_metrics_eta.py
tests/test_registry.py
tests/test_registry_layers.py
tests/test_respawn.py
tests/test_runtime_spawn.py
tests/test_scheduler.py
tests/test_server.py
tests/test_stats.py
tests/test_subprocess_integration.py
tests/test_subprocess_per_backend_e2e.py
tests/test_subprocess_pool.py
tests/test_unload_frees_vram.py
tests/test_vram_admit.py
tests/test_vram_planner.py
tests/test_vramd_coverage_100.py
tests/test_worker.py
tests/test_zero_vram.py