Bind GLM-5.3 adaptive profile to tail publication - #128
Closed
FujitsuPolycom wants to merge 1 commit into
Closed
Conversation
Set tail-cow-v1 in the serialized SparkCache connector contract. The resolver rejects publication-schema drift. Preserve the runtime-bound MTP identity and one-shot clear token because page-tail-cow-v1 supplies its own CacheIdentity namespace. Add CPU-only regression coverage and document the namespace behavior.
FujitsuPolycom
force-pushed
the
codex/glm53-tail-cow-publication-schema
branch
from
August 30, 2026 01:19
748d50c to
00e8896
Compare
Owner
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Result
The GLM-5.3 JJ 0b adaptive-MTP/fastsafetensors profile passes spark_cache_publication_schema=tail-cow-v1 in its serialized SparkCache connector config. The resolver rejects publication-schema drift before producing launch inputs.
Reason
SparkCache selects snapshot-v1 when spark_cache_publication_schema is absent. The executable profile explicitly selects the tail-only publication behavior specified by the quickstart.
Compatibility
The glm53-flash-hybrid profile uses block-page storage. SparkCache maps tail-cow-v1 to page-tail-cow-v1 in CacheIdentity and derives a tail-specific storage key. snapshot-v1 entries cleanly miss rather than being interpreted as page-tail objects.
The embedded-MTP digest identifies the target model, vLLM revision, maximum MTP depth, and adaptive policy. Publication schema occupies an independent CacheIdentity field, so the digest is 3255539158b8a4fd199b4d97d89eb5231df3b39a5370881c16099a8059b09e44.
The one-shot clear token is sparkring-b12x-kda-adaptive-mtp-fastsafetensors-initialization. Clear tokens are durable operator-action markers, not identity fields. Publication-schema selection does not require a root-wide clear because the tail-specific storage key prevents cross-schema restore.
Validation
No live or build host was contacted or modified.