Skip to content

Commit ad7a195

Browse files
committed
Fixes to yaml
Signed-off-by: moraxu <[email protected]>
1 parent 1adc16b commit ad7a195

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tests/unittest/api_stability/references/llm.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ methods:
9595
reasoning_parser:
9696
annotation: Optional[str]
9797
default: null
98+
# Runtime behavior
99+
fail_fast_on_attention_window_too_large:
100+
annotation: bool
101+
default: false
98102
# kwargs
99103
kwargs:
100104
annotation: Any

tests/unittest/api_stability/references_committed/llm.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ methods:
109109
garbage_collection_gen0_threshold:
110110
annotation: int
111111
default: 20000
112+
# Runtime behavior
113+
fail_fast_on_attention_window_too_large:
114+
annotation: bool
115+
default: false
112116
return_annotation: None
113117
generate:
114118
parameters:

0 commit comments

Comments
 (0)