Frank Laub

Results 105 comments of Frank Laub

If you want to test locally, you'll need to install the server from local source. You can do that with: ``` cargo install --path risc0/cargo-risczero ```

@weikengchen I'm wondering how well the [l2r0-small-serde](https://crates.io/crates/l2r0-small-serde) crate has been working for you? I think having an external crate is a good way to allow users to try it out....

Given the results of #2182 I think we can safely close this and recommend that other codecs are used. I think our own `serde` format will be deprecated and we'll...

This is dependent on making the CUDA libraries late-binding at runtime rather than binding at compile time. It's been on my TODO list for awhile.

This is on my TODO and we'll get around to it eventually. Is this really a blocker for you now?

I still think this is a good idea, but @nvzqz could you take a pass at coming up with a design for this?

I believe we got verify to run inside the guest, so closing this.

Related: https://github.com/rust-lang/rust/issues/105783