remove comments

This commit is contained in:
genghaozhe
2024-05-20 05:15:51 +00:00
parent 7416e4943b
commit 5c6c5d6be3
6 changed files with 148 additions and 9 deletions

View File

@@ -154,7 +154,6 @@ class GeminiManager:
def _record_warmup_chunks_order(self, chunks: Tuple[Chunk, ...], record_anyway: bool = False) -> None:
self._compute_idx += 1
# TODO(haze188): _compute_list 记录块的访问顺序
if self._warmup and (self._placement_policy.need_mem_stats or record_anyway):
self._compute_list.append(chunks)