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 4123d15 commit 71124e6Copy full SHA for 71124e6
tests/utils/test_cache_utils.py
@@ -1296,7 +1296,7 @@ def test_hybrid_chunked_cache(self):
1296
config = copy.deepcopy(self.config)
1297
config.num_hidden_layers = 2
1298
config.layer_types = ["full_attention", "chunked_attention"]
1299
- config.sliding_window = 2
+ config.attention_chunk_size = 2
1300
max_cache_len = 4
1301
chunked_cache = HybridChunkedCache(config=config, max_cache_len=max_cache_len)
1302
0 commit comments