zkonduit/ezkl

PanicException: dynamic lookup or shuffle should only have one block

gufett0 opened this issue · 2 comments

The model is not even that large, just over 100k params

You can find here the code to reproduce using with these weightstrained_NEWsnn_lr_0.1B.pth.zip

Screenshot 2024-06-19 at 19 35 04

ow @gufett0 you need to await calibrate_settings as it is an async function. We'll improve the docs on this. Basically your code was breezing through calibrate and then going on to the next step ! so you had a largish circuit being squished into a tiny amount of rows.

res = await ezkl.calibrate_settings(...)

@JSeam2 @jasonmorton we need to patch the python docs