Skip to content

Commit 7ec952a

Browse files
chore: rename "ATOMesh" framework label to "Mooncake ATOMesh" (#473)
Updates the mooncake-atom framework display label from "ATOMesh¹" to "Mooncake ATOMesh¹" (footnote preserved) and adjusts the matching framework-aliases and chart-utils test expectations/comment. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d0ccc65 commit 7ec952a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/app/src/lib/chart-utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ describe('getHardwareKey', () => {
936936

937937
it('resolves aliased frameworks to canonical keys (atom-disagg → mooncake-atom)', () => {
938938
// Must match the canonical key buildAvailabilityHwKey builds for the GPU filter,
939-
// otherwise disagg ATOMesh points are filtered out of the chart.
939+
// otherwise disagg Mooncake ATOMesh points are filtered out of the chart.
940940
expect(getHardwareKey(entry({ hw: 'mi355x', framework: 'atom-disagg', disagg: true }))).toBe(
941941
'mi355x_mooncake-atom',
942942
);

packages/constants/src/framework-aliases.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ import {
1010
} from './framework-aliases';
1111

1212
describe('FRAMEWORK_LABELS', () => {
13-
it('labels the canonical mooncake-atom framework "ATOMesh¹"', () => {
14-
expect(FRAMEWORK_LABELS['mooncake-atom']).toBe('ATOMesh¹');
13+
it('labels the canonical mooncake-atom framework "Mooncake ATOMesh¹"', () => {
14+
expect(FRAMEWORK_LABELS['mooncake-atom']).toBe('Mooncake ATOMesh¹');
1515
});
1616

1717
it('labels the atom-disagg alias with its canonical label', () => {
18-
expect(FRAMEWORK_LABELS['atom-disagg']).toBe('ATOMesh¹');
18+
expect(FRAMEWORK_LABELS['atom-disagg']).toBe('Mooncake ATOMesh¹');
1919
});
2020
});
2121

packages/constants/src/framework-aliases.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const FW_REGISTRY: Record<string, FwEntry> = {
99
'dynamo-sglang': { label: 'Dynamo SGLang' },
1010
'dynamo-trt': { label: 'Dynamo TRT' },
1111
'dynamo-vllm': { label: 'Dynamo vLLM' },
12-
'mooncake-atom': { label: 'ATOMesh¹' },
12+
'mooncake-atom': { label: 'Mooncake ATOMesh¹' },
1313
'mori-sglang': { label: 'MoRI SGLang' },
1414
sglang: { label: 'SGLang' },
1515
trt: { label: 'TRT' },

0 commit comments

Comments
 (0)