5 ms·
100% not an expert but my understanding was that part of what you are proving by signing the computation is that the computation itself was performed specifical
by noman-land 1mo ago
100% not an expert but my understanding was that part of what you are proving by signing the computation is that the computation itself was performed specifically as agreed to. I may be mixing this up with zero knowledge proofs.
- LoganDark 1mo agoIf this were the case it would be necessary to send the entire model weights in response to every request which would be a bit inconvenient.
- drdeca 1mo agoHmm, could one instead of sending the model weights, send like, a merkle tree root for them, not exactly specifying the model, but at least demonstrating that the same model is used each time?
- LoganDark 1mo agoI feel like that'd have to be generated as a side effect of the computation somehow?