(self)
| 197 | self.cache_kwargs[layer_idx] = kwargs |
| 198 | |
| 199 | def get_layer_length(self): |
| 200 | return len(self.cache_kwargs) |
| 201 | |
| 202 | def clear_kvcache(self): |
| 203 | self._quantized_key_cache = [] |
nothing calls this directly
no outgoing calls
no test coverage detected