mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-07 12:01:39 +00:00
remove perf log, unrelated file and so on
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user