[misc] adding metadata field in UpdateWeightFromDiskReqInput (#18821)

This commit is contained in:
Yilong Zhao
2026-02-16 20:14:15 -08:00
committed by GitHub
parent 26b2c63d03
commit d5307ce022

View File

@@ -1309,6 +1309,8 @@ class UpdateWeightFromDiskReqInput(BaseReq):
token_step: int = 0
# Whether to flush the cache after updating weights
flush_cache: bool = True
# Tensor metadata
manifest: Optional[Dict[str, Any]] = None
@dataclass