Michael Zhu

Results 32 comments of Michael Zhu

Hey @4rgon4ut, any updates on this?

@4rgon4ut any update? If not, do you mind if I reassign this?

hmm I think in theory the verifier shouldn't need the trace length at all; it's currently being passed around to generate the Spartan key but I think that's an artifact...

Sounds good, though I will note that in order to take advantage of the benefits offered by the alternative approach (avoiding the cloning/rerunning) we'll need to modify things in the...

Hmm does https://github.com/a16z/jolt/pull/462 fix the issue?

hmm I guess we could just slap a `#[cfg(not(target_arch = "wasm32"))]` on all the Binius stuff... we'll need an upstream fix eventually though if we want to support Binius+wasm

@grandchildrice `filetime` is not in our `Cargo.lock`, so I think it might be some incompatibility between ONNX and your target?

Adding some color here: > 1. There are likely parts of the risc-v emulation that is not being used. Clean this up and remove unused parts. In particular, I think...

I think this is on the right track. I believe it should be fine that the final state isn't materialized until the stream is consumed, and I imagine doing so...