coredump when predict ``` import lleaves import numpy as np model = lleaves.Model(model_file='demo.txt') model.compile(cache='demo.o') preY = model.predict(np.zeros((1,89))) ``` [demo.txt](https://github.com/user-attachments/files/16655759/demo.txt) it may take 30 minutes to compile for the first time because the model is big
coredump when predict
demo.txt
it may take 30 minutes to compile for the first time because the model is big