pytorch / serve

Serve, optimize and scale PyTorch models in production
https://pytorch.org/serve/
Apache License 2.0
4.04k stars 821 forks source link

Kserve fix ray & setuptools dependency issue #3205

Closed udaij12 closed 3 days ago

udaij12 commented 3 days ago

Description

Current pinned version of ray is causing dependency issues with newer version of setuptools. Solution is to unpin ray and test to see if the newer release of ray will work.

udaij12 commented 2 days ago

This change fixed the dependency issue but https://github.com/pytorch/serve/issues/3044 has shown up