fix md typo, fix code style, and update setup value error message

This commit is contained in:
rnwang04 2025-05-15 09:14:59 +00:00
parent 2d3aaef8b6
commit 2f6e14a54b
5 changed files with 6 additions and 6 deletions

View file

@ -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(