Code Monkey home page Code Monkey logo

Comments (5)

adriangonz avatar adriangonz commented on May 28, 2024 1

Hey @privatedumbo, I'm no longer involved with this project - best would be to check with @ramonpzg on this one.

from mlserver.

adriangonz avatar adriangonz commented on May 28, 2024

Hey @liusha-H,

Sure thing - sounds reasonable. Would you be willing to contribute a PR with the change?

from mlserver.

amirhessam88 avatar amirhessam88 commented on May 28, 2024

@adriangonz I am having the same issue; here is the tl;dr

I am running a ZenML pipeline with the following ZenML integration dependencies

mlserver = ">=0.5.3"
mlserver-mlflow = ">=0.5.3"

I get the following error running via python v3.9 on Mac M1 via poetry 👇

  • Installing cuda-python (12.2.0): Failed

  RuntimeError

  Unable to find installation candidates for cuda-python (12.2.0)

  at ~/.local/pipx/venvs/poetry/lib/python3.9/site-packages/poetry/installation/chooser.py:76 in choose_for
       72│ 
       73│             links.append(link)
       74│ 
       75│         if not links:
    →  76│             raise RuntimeError(f"Unable to find installation candidates for {package}")
       77│ 
       78│         # Get the best link
       79│         chosen = max(links, key=lambda link: self._sort_key(package, link))
       80│ 

Following @liusha-H 's suggestion fixed it 👇

mlserver = ">=0.5.3"
mlserver-mlflow = ">=0.5.3"
tritonclient = "^2.24,<2.27"

CC @RoyerRamirez

from mlserver.

privatedumbo avatar privatedumbo commented on May 28, 2024

@adriangonz , I can't help with this one. One doubt from my end. Why does MLServer need tritonclient in the first place?

from mlserver.

ramonpzg avatar ramonpzg commented on May 28, 2024

Hi @privatedumbo -- Did you mean you can help with this one?

I believe the reason to have it there is improve communication with the triton server running alongside MLServer inside Seldon Core.

from mlserver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.