Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Supported launchpad types #31

@kinalmehta

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions