remove perf log, unrelated file and so on

This commit is contained in:
genghaozhe
2024-05-20 05:21:26 +00:00
parent 5c6c5d6be3
commit 1ec92d29af
7 changed files with 7 additions and 151 deletions

View File

@@ -125,7 +125,7 @@ class GeminiManager:
self._async_works[chunk].wait()
del self._async_works[chunk]
else:
non_prefetched_chunks.append(chunk) # 没在之前prefetch过现在要prefetch的chunk
non_prefetched_chunks.append(chunk)
return tuple(non_prefetched_chunks)
def add_work(self, chunk: Chunk, work: dist.Work):