v4.45 support
#6
by
itlevy
- opened
- 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 |
|