We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a41462 commit c0cc0d3Copy full SHA for c0cc0d3
src/sparseml/exporters/transforms/kv_cache/configs.py
@@ -84,7 +84,7 @@ class KeyValueCacheConfig(BaseModel):
84
"the kv cache. If this is not provided, no transpose will "
85
"be applied.",
86
)
87
- model_config = ConfigDict(arbitrary_types_allowed=True)
+ model_config = ConfigDict(arbitrary_types_allowed=True, protected_namespaces=())
88
89
90
OPT_CONFIG = KeyValueCacheConfig(
0 commit comments