mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-09 03:47:57 +00:00
remove set(all_chunks)
This commit is contained in:
parent
6efbadba25
commit
013690a86b
@ -33,7 +33,6 @@ class GeminiZeROHook(ColoParamOpHook):
|
||||
all_chunks = self._chunk_manager.get_chunks(params)
|
||||
|
||||
# wait for prefetched chunks, filter those are not prefetched
|
||||
set(all_chunks)
|
||||
chunks_fetch_sync = self._gemini_manager.wait_chunks(all_chunks)
|
||||
|
||||
# transfer state
|
||||
|
Loading…
Reference in New Issue
Block a user