Results 13 issues of Neal Lathia

👋 Hey folks, I was hoping to use `annoy.__version__` to check which version of the Python `Annoy` library someone is using when uploading a model using [modelstore](https://github.com/operatorai/modelstore). It doesn't appear...

Adding this issue here for visibility (I received it via email 📥 ): --- Currently, our models are deployed by being baked into a docker image, partly because of legacy,...

Heads up! (to anyone who played with this when it was released) The repo's readme has: > Code by default now uses [PyTorch 2.0](https://pytorch.org/get-started/pytorch-2.0/). At the time of writing (Dec...

> Use of pkg_resources is deprecated in favor of [importlib.resources](https://docs.python.org/3.11/library/importlib.resources.html#module-importlib.resources), [importlib.metadata](https://docs.python.org/3.11/library/importlib.metadata.html#module-importlib.metadata) and their backports ([importlib_resources](https://pypi.org/project/importlib_resources), [importlib_metadata](https://pypi.org/project/importlib_metadata)). Some useful APIs are also provided by [packaging](https://pypi.org/project/packaging) (e.g. requirements and version parsing). Users...

Relates to: - https://github.com/operatorai/modelstore/issues/250

https://mlops-community.slack.com/archives/C0227QJCDS8/p1695223626658409

enhancement

https://mlops-community.slack.com/archives/C0227QJCDS8/p1693829808008849

> Also (in case this is something you would like to add) we found that we wanted to upload multiple files under a single model, whereas the ModelFileManager manager only...

enhancement