PiPPy icon indicating copy to clipboard operation
PiPPy copied to clipboard

pippy.SaveModule not exist?

Open laoda513 opened this issue 1 year ago • 1 comments

In examples/checkpoint/toy_model.py

`from pippy.compile import compile_stage

from pippy.SaveModule import save_checkpoint`

which is not exist?

laoda513 avatar Aug 23 '24 10:08 laoda513

I have the same problem. Have you solved it?

yi-w11 avatar Mar 14 '25 01:03 yi-w11

I do found some likely file/lib in the different path. Through some hacky work, it should work...

but what I want to say is, this function is not programmingly structured well, also code is hard to read understand. Many bugs like this one. The improvement at performence is not good on my sever. My own implemention of interpipe/gpipe with single thread can be fast than pippy...

laoda513 avatar Apr 14 '25 09:04 laoda513