Hello, I am getting a Segmentation Fault when placing breakpoints() anywhere within train_eval() or child functions therein (such as tools.simulate()). I initially thought it was an issue with torch.compile(), but the issue persists with and without torch.compile().
I'm curious if anyone else has seen something similar, and know of a possible reason/fix?
Hello, I am getting a Segmentation Fault when placing
breakpoints()
anywhere withintrain_eval()
or child functions therein (such astools.simulate()
). I initially thought it was an issue withtorch.compile()
, but the issue persists with and withouttorch.compile()
.I'm curious if anyone else has seen something similar, and know of a possible reason/fix?