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 4d45b48 commit 97199b4Copy full SHA for 97199b4
onnx_diagnostic/helpers/cache_helper.py
@@ -483,7 +483,7 @@ class _config:
483
sliding_window = _sliding_window
484
485
if layer_types:
486
- _config.layer_types = layer_types
+ _config.layer_types = layer_types # type: ignore[attr-defined]
487
488
cache = transformers.cache_utils.HybridCache(
489
config=_config(), max_cache_len=max_cache_len, max_batch_size=max_batch_size
0 commit comments