launchpad
launchpad copied to clipboard
Supported launchpad types
- I'm using
lp.batched_handlerand getting the following error when the output of the batched function isjnp.array/np.arrayFile "~/miniconda3/envs/mp2/lib/python3.9/site-packages/courier/python/client.py", line 52, in inner_function [actor/1] raise translate_status(e.status) from e [actor/1] pybind11_abseil.status.StatusNotOk: Unbatching provided object is not currently supported. - I'm facing the similar issue when trying to call a function on the courier node with numpy or jax types
- The system gets stuck and the function call doesn't happen at all
Launchpad version: 0.5.2 installed from pip
Is the only way to handle data-type issues to convert from jnp.array/np.array to python list ?