Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zai-org/CodeGeeX
/ syn_files
Method
syn_files
codegeex/mindspore/src/callbacks.py:183–185 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
181
print(
"Copying checkpoint to the buckets ends"
, flush=True)
182
183
def
syn_files(self):
184
process = Process(target=mox.file.copy_parallel, args=(self.cache_dir, self.bucket), name=
"checkpoint_sync"
)
185
process.start()
Callers
1
step_end
Method · 0.95
Calls
1
start
Method · 0.80
Tested by
no test coverage detected