vllm.v1.hisparse.types ¶
Classes:
-
SparseKVOffloadCommand–Opaque scheduler-to-worker command for one model step.
-
SparseKVPageTransfer–Copy one logical KV page between cache-manager and worker-owned tiers.
-
SparseKVRowMirror–Mirror one contiguous resident-row span into the host cache.
SparseKVOffloadCommand dataclass ¶
SparseKVPageTransfer dataclass ¶
Copy one logical KV page between cache-manager and worker-owned tiers.
Source code in vllm/v1/hisparse/types.py
SparseKVRowMirror dataclass ¶
Mirror one contiguous resident-row span into the host cache.