microsoft/EVA

How to use protobuf to serialize compiled programs larger than 2GB?

and0ooo opened this issue · 0 comments

from eva import save
compiled, params, signature = compiler.compile(prog)
save(compiled, "compiled")

I got the following error.
[libprotobuf ERROR google/protobuf/message_lite.cc:289] Exceeded maximum protobuf size of 2GB
How can I fix this problem?