itlevy commited on
Commit
66b02b3
1 Parent(s): b5dfaf4

v4.45 support

Browse files
Files changed (1) hide show
  1. variable_cache.py +1 -0
variable_cache.py CHANGED
@@ -38,6 +38,7 @@ class VariableCache(Cache_4_44_2, Cache):
38
  max_cache_len: int | None,
39
  device: torch.device | str | None = None,
40
  dtype: torch.dtype | None = None,
 
41
  ):
42
  Cache_4_44_2.__init__(self)
43
 
 
38
  max_cache_len: int | None,
39
  device: torch.device | str | None = None,
40
  dtype: torch.dtype | None = None,
41
+ **kwargs: Any,
42
  ):
43
  Cache_4_44_2.__init__(self)
44