Skip to content

Commit 51c3f34

Browse files
authored
chore: rename "Mooncake ATOM" framework label to "ATOMesh" (#463)
1 parent 328e69a commit 51c3f34

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

1010
describe('FRAMEWORK_LABELS', () => {
11-
it('labels the canonical mooncake-atom framework "Mooncake ATOM¹"', () => {
12-
expect(FRAMEWORK_LABELS['mooncake-atom']).toBe('Mooncake ATOM¹');
11+
it('labels the canonical mooncake-atom framework "ATOMesh¹"', () => {
12+
expect(FRAMEWORK_LABELS['mooncake-atom']).toBe('ATOMesh¹');
1313
});
1414

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

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: 'Mooncake ATOM¹' },
12+
'mooncake-atom': { label: 'ATOMesh¹' },
1313
'mori-sglang': { label: 'MoRI SGLang' },
1414
sglang: { label: 'SGLang' },
1515
trt: { label: 'TRT' },

0 commit comments

Comments
 (0)