MCPcopy 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_endMethod · 0.95

Calls 1

startMethod · 0.80

Tested by

no test coverage detected