You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
I'm using lp.batched_handler and getting the following error when the output of the batched function is jnp.array/np.array
File "~/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 ?
lp.batched_handlerand getting the following error when the output of the batched function isjnp.array/np.arrayLaunchpad version: 0.5.2 installed from pip
Is the only way to handle data-type issues to convert from
jnp.array/np.arrayto python list ?