Skip to content

Commit 0a2d671

Browse files
committed
remove git hook
1 parent f33ce80 commit 0a2d671

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

perf-changelog.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
changelog:
2-
- config-key: dsr1-fp8-h200-trt
2+
- config-keys:
3+
- dsr1-fp8-h200-trt
34
description: Test change abc
4-
date: 2025-12-02 22:19 UTC
5-
author: Cam Quilici
5+
seq-lens: [ 1k1k, 1k8k, 8k1k ]

utils/process_changelog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class ChangelogEntry(BaseModel):
1414

1515
config_key: str = Field(alias='config-key')
1616
description: str
17+
seq_lens: list[str] = Field(alias='seq-lens')
1718

1819

1920
class Config(BaseModel):

0 commit comments

Comments
 (0)