| """rustwx-stormscope: fastest StormScope inference on consumer Blackwell (sm_120). | |
| - optimize.apply_opts: deterministic EDM sampler + reduced steps + torch.compile + MXFP8 | |
| - run: one-shot runner (drop-in for run_stormscope.py) | |
| - service: continuous operational route (default container entrypoint) | |
| - ops_render: completed-cycle renderer for wxstore products and the static site | |
| - datasources: rustwx-backed GOES/MRMS adapters (fast fetch+decode) | |
| """ | |
| __version__ = "0.1.0" | |