We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1adc16b commit ad7a195Copy full SHA for ad7a195
tests/unittest/api_stability/references/llm.yaml
@@ -95,6 +95,10 @@ methods:
95
reasoning_parser:
96
annotation: Optional[str]
97
default: null
98
+ # Runtime behavior
99
+ fail_fast_on_attention_window_too_large:
100
+ annotation: bool
101
+ default: false
102
# kwargs
103
kwargs:
104
annotation: Any
tests/unittest/api_stability/references_committed/llm.yaml
@@ -109,6 +109,10 @@ methods:
109
garbage_collection_gen0_threshold:
110
annotation: int
111
default: 20000
112
113
114
115
116
return_annotation: None
117
generate:
118
parameters:
0 commit comments