feat: accept GLM-5.2 AgentX results / 支持接收 GLM-5.2 AgentX 结果#587
Closed
JordanNanos wants to merge 1 commit into
Closed
feat: accept GLM-5.2 AgentX results / 支持接收 GLM-5.2 AgentX 结果#587JordanNanos wants to merge 1 commit into
JordanNanos wants to merge 1 commit into
Conversation
Register glm5.2 as a distinct DB bucket grouped under the existing GLM-5 dashboard model. Add H200 AgentX HiCache overlay regression coverage and update compare/about labels. 中文:支持接收 GLM-5.2 AgentX 结果,并将 glm5.2 作为独立数据库分桶归入现有 GLM-5 仪表板模型。补充 H200 AgentX HiCache 非官方运行覆盖测试,并更新对比页和 About 页面标签。
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
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.
Summary
glm5.2andzai-org/GLM-5.2-FP8as a distinct database bucket while grouping the bucket under the existingGLM-5dashboard model.glm-5-1comparison slug.?unofficialrun=overlays; overlay normalization is covered by the API route test.Deployment order
Deploy these mappings before ingesting run 29648586946. If ingestion happens first, reingest the run after deployment so
glm5.2rows are retained.Testing
pnpm fmtpnpm lintpnpm typecheckpnpm test:unit(3,056 passed)pnpm test:e2e: component suite passed (182/182); DB-backed browser specs could not complete because the local database is behind the repository schema (benchmark_typeandoffload_modecolumns are missing).中文说明
概要
glm5.2和zai-org/GLM-5.2-FP8注册为独立数据库分桶,同时归入现有GLM-5仪表板模型。glm-5-1对比页 slug。?unofficialrun=叠加层均受支持;API route 测试已覆盖叠加层归一化逻辑。部署顺序
请先部署本 PR 的映射,再摄取运行 29648586946。如果已经提前摄取,需要在部署后重新摄取,确保
glm5.2数据行不会被跳过。测试
pnpm fmtpnpm lintpnpm typecheckpnpm test:unit(3,056 项通过)pnpm test:e2e:component suite 全部通过(182/182);由于本地数据库落后于仓库 schema,缺少benchmark_type和offload_mode列,依赖数据库的 browser specs 无法完成。Note
Low Risk
Additive model mappings and label updates with broad unit test coverage; deploy mappings before ingesting GLM-5.2 runs to avoid dropped rows.
Overview
Adds GLM-5.2 as its own DB bucket (
glm5.2, HFzai-org/GLM-5.2-FP8) while keeping it grouped under the existing GLM-5 dashboard model, following the same point-release pattern asglm5/glm5.1.Mappings and ingest:
DB_MODEL_TO_DISPLAY/ inverse grouping now includeglm5.2; ETLMODEL_TO_KEYandresolveModelKeyresolve theglm5.2prefix and HF path. Compare pages keep the stableglm-5-1slug but queryglm5.2plus older buckets and show GLM 5/5.1/5.2 in headers and dropdown labels.Regression test: Unofficial-run normalization is covered for the H200 + SGLang FP8 AgentX + DRAM HiCache overlay path (
cluster:h200-dgxc,kv_offload_backend: hicache). AGENTS.md documents GLM-5.2 parameter counts.Reviewed by Cursor Bugbot for commit 47422ba. Bugbot is set up for automated code reviews on this repo. Configure here.