PanicException: dynamic lookup or shuffle should only have one block
gufett0 opened this issue · 2 comments
gufett0 commented
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
alexander-camuto commented
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(...)
alexander-camuto commented
@JSeam2 @jasonmorton we need to patch the python docs