Maria Moya

Results 5 issues of Maria Moya

I was wondering if it was possible to trigger one workflow using another workflow? For instance: can workflow A trigger workflow B and can workflow B access outputs from workflow...

hello, I was wondering if there any additional considerations when referencing resources from one namespace to another? For instance: lets say I workflow_1 that contains activity_1 and resides in temporal...

I was wondering how kserve's ray serve integration actually works? When I think of using ray serve, I think of using Ray Cluster via KubeRay under the hood. That said,...

/kind bug I noticed kserve v0.11.2 is out which should include a bumped version of ray https://pypi.org/project/kserve/ but kserve itself was never bumped/published. Looks like it's still on v0.11.1: https://github.com/kserve/kserve/blob/master/python/kserve/pyproject.toml#L3

kind/bug

Hello, I'm running into the following issues anytime I try installing `cuda-python` via poetry. I also tried considering ```toml cuda-python = {url = "https://files.pythonhosted.org/packages/bb/3f/0c38c8716a3a15d71c94696fd43290ed4d4f0361d36409f68ffb15478593/cuda_python-12.3.0-cp311-cp311-win_amd64.whl"} ``` but no luck. I would...