Skip to content

Commit 71124e6

Browse files
committed
Update test_cache_utils.py
1 parent 4123d15 commit 71124e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/test_cache_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ def test_hybrid_chunked_cache(self):
12961296
config = copy.deepcopy(self.config)
12971297
config.num_hidden_layers = 2
12981298
config.layer_types = ["full_attention", "chunked_attention"]
1299-
config.sliding_window = 2
1299+
config.attention_chunk_size = 2
13001300
max_cache_len = 4
13011301
chunked_cache = HybridChunkedCache(config=config, max_cache_len=max_cache_len)
13021302

0 commit comments

Comments
 (0)