intelligent-machine-learning / dlrover

DLRover: An Automatic Distributed Deep Learning System
Other
1.22k stars 153 forks source link

Flash checkpoint does not support safetensors #1263

Open Alex-Ruan opened 2 weeks ago

Alex-Ruan commented 2 weeks ago

首先感谢dlrover团队的工作!

        if self.args.save_safetensors:
            logger.warn(
                "Flash checkpoint does not support safatensors "
                "and torch.save is used."
            )

请问flashckpt不支持保存safetensors格式的模型文件的原因是啥呢,以及后续会支持吗