Skip to content

chore(examples): drop the GLM-5.2 results/ directory - #94

Merged
jiejingzhangamd merged 1 commit into
mainfrom
yihou/chore/drop-glm52-example-results
Aug 7, 2026
Merged

chore(examples): drop the GLM-5.2 results/ directory#94
jiejingzhangamd merged 1 commit into
mainfrom
yihou/chore/drop-glm52-example-results

Conversation

@dorado269

Copy link
Copy Markdown
Collaborator

What

Deletes examples/sglang_1p1d_glm5.2/results/ (3 files, 445 lines) for security reasons — it carries customer-benchmark numbers and cluster detail that should not ship in a public example kit.

Why the extra two files changed

results/ was linked from six places. Leaving them would ship dead links:

  • README.md — 5 links (quick-start pointer, Contents table row, cache-report note, bench-client note, validation-status table)
  • engine/bench.sh — 1 header comment

Each was rewritten to keep the surrounding claim and drop only the pointer to the published numbers. No script behaviour changes; bash -n engine/bench.sh passes.

Verify

grep -rn "results/" examples/sglang_1p1d_glm5.2/   # no hits

The three files under examples/sglang_1p1d_glm5.2/results/ carry
customer-benchmark numbers and cluster detail that should not ship in a
public example kit. Remove the directory and drop the six links that
pointed into it (five in README.md, one in engine/bench.sh), keeping the
surrounding claims intact without the published numbers.

Signed-off-by: yihou <yihou@amd.com>
@jiejingzhangamd
jiejingzhangamd merged commit 7a7f69d into main Aug 7, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants