probcomp / Gen.jl

A general-purpose probabilistic programming system with programmable inference
https://gen.dev
Apache License 2.0
1.79k stars 160 forks source link

Adding reference to Serialization Package #532

Open limarta opened 1 month ago

limarta commented 1 month ago

This PR adds a link to an experimental package called GenSerialization.jl for serializing traces in long term storage.

sritchie commented 1 month ago

Does this really enable long-term storage? Is it the case that I can serialize with one version of Julia and then deserialize with another?