mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-09 13:55:27 +00:00
fix md typo, fix code style, and update setup value error message
This commit is contained in:
parent
2d3aaef8b6
commit
2f6e14a54b
5 changed files with 6 additions and 6 deletions
|
@ -293,7 +293,7 @@ class KGQACache(nn.Module):
|
|||
self.v_caches = []
|
||||
|
||||
|
||||
def load(self, inference_context: "sched_ext.InferenceContext"):
|
||||
def load(self, inference_context: "sched_ext.InferenceContext"):
|
||||
print(self.config.num_hidden_layers)
|
||||
for i in range(self.config.num_hidden_layers):
|
||||
self.k_caches.append(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue