launchpad icon indicating copy to clipboard operation
launchpad copied to clipboard

Supported launchpad types

Open kinalmehta opened this issue 1 year ago • 0 comments

  • 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 ?

kinalmehta avatar Feb 10 '23 05:02 kinalmehta