MANIFEST.in
README.md
pyproject.toml
kestrel/__init__.py
kestrel/config.py
kestrel/engine.py
kestrel/kv_cache.py
kestrel/main.py
kestrel/model_download.py
kestrel/seg_refiner.py
kestrel.egg-info/PKG-INFO
kestrel.egg-info/SOURCES.txt
kestrel.egg-info/dependency_links.txt
kestrel.egg-info/requires.txt
kestrel.egg-info/top_level.txt
kestrel/cloud/__init__.py
kestrel/cloud/adapter_provider.py
kestrel/fused_moe/__init__.py
kestrel/fused_moe/lora_kernels.py
kestrel/fused_moe/module.py
kestrel/fused_moe/routing.py
kestrel/fused_moe/weights.py
kestrel/moondream/__init__.py
kestrel/moondream/config.py
kestrel/moondream/decode_slot.py
kestrel/moondream/image_crops.py
kestrel/moondream/image_preprocessor.py
kestrel/moondream/layers.py
kestrel/moondream/lora.py
kestrel/moondream/lora_workspace.py
kestrel/moondream/model.py
kestrel/moondream/region.py
kestrel/moondream/rope.py
kestrel/moondream/runtime.py
kestrel/moondream/text.py
kestrel/moondream/vision.py
kestrel/moondream/weights.py
kestrel/ops/__init__.py
kestrel/ops/fused_mlp/__init__.py
kestrel/ops/layernorm_cuda/__init__.py
kestrel/prefix_cache/__init__.py
kestrel/prefix_cache/base.py
kestrel/prefix_cache/eviction.py
kestrel/prefix_cache/namespace.py
kestrel/prefix_cache/radix_cache.py
kestrel/prefix_cache/tokens.py
kestrel/scheduler/__init__.py
kestrel/scheduler/pipeline.py
kestrel/scheduler/queues.py
kestrel/scheduler/sampling.py
kestrel/scheduler/scheduler.py
kestrel/scheduler/spatial.py
kestrel/scheduler/tokens.py
kestrel/scheduler/transfer.py
kestrel/scheduler/types.py
kestrel/server/__init__.py
kestrel/server/http.py
kestrel/skills/__init__.py
kestrel/skills/base.py
kestrel/skills/caption.py
kestrel/skills/detect.py
kestrel/skills/point.py
kestrel/skills/query.py
kestrel/skills/segment.py
kestrel/utils/__init__.py
kestrel/utils/buffers.py
kestrel/utils/image.py
kestrel/utils/spatial_refs.py
kestrel/utils/svg.py