Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supported launchpad types #31

Open
kinalmehta opened this issue Feb 10, 2023 · 0 comments
Open

Supported launchpad types #31

kinalmehta opened this issue Feb 10, 2023 · 0 comments

Comments

@kinalmehta
Copy link

kinalmehta commented Feb 10, 2023

  • 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 kinalmehta changed the title Unbatching not supported? Supported launchpad types Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant