Function call does not work
I followed the this example :
https://github.com/aurelio-labs/semantic-router/blob/main/docs/05-local-execution.ipynb
But it did not call the function from dynamic routing. Instead it got stuck on Extracting function input.... And jupyter notebook kernel restarted without completing the process.
Screenshot Attached
hi @lekhnath what hardware are you running this on? It looks like an out of memory error, so we could try using a smaller model or try running on Google Colab with T4 GPU instances
@jamescalam I tried running this example in two environments and got same issue on both:
- M3 Macbook pro
- 16 GB NVIDIA-T4 GPU on AWS (Instance Type: g4dn.xlarge)
@lekhnath I can reproduce, we're currently working through a refactor / upgrade across many places in the codebase, we'll include a bug fix for this in there. Should be this week
@jamescalam I'm really looking forward to this! Can't wait to integrate this feature into my codebase.
so this bug was fixed in version=0.1.0?