chore: 简化格式并更新文档

This commit is contained in:
2026-03-31 00:28:58 +08:00
parent eb57e55fca
commit 50488bd659
14 changed files with 506 additions and 582 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ class BatchGenerator(GeneratorCore):
ids_list[i].append(token)
c_ids += 1
is_active = not token in self.tokenizer.stop_ids
is_active = token not in self.tokenizer.stop_ids
activate_task_mask[i] = is_active
active_mask.append(is_active)