mlflow-redisai
mlflow-redisai copied to clipboard
RedisAI integration for MLFlow
Hi, I want to deploy a model with mlflow and jupyter to redisai. The specifics of my project is that I need mlflow, jupyter notebook, and redis in different docker...
Bumps [mlflow](https://github.com/mlflow/mlflow) from 1.19.0 to 2.3.1. Release notes Sourced from mlflow's releases. MLflow 2.3.1 is a patch release containing bug fixes and a security patch for https://github.com/mlflow/mlflow/security/advisories/GHSA-83fm-w79m-64r5. If you are...
Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 to 4.4.4. Release notes Sourced from redis's releases. 4.4.4 Changes Upgrade urgency: SECURITY, contains fixes to security issues. (CVE-2023-28859) - Cancelling an async future does not,...
## Proposal Summary In MLflow 2.0 (scheduled for release on Nov. 14), we will be making small modifications to the MLflow Model Server's RESTful scoring protocol (documented here: https://output.circle-artifacts.com/output/job/bb07270e-1101-421c-901c-01e72bc7b6df/artifacts/0/docs/build/html/models.html#deploy-mlflow-models) and...
For me when running - `mlflow deployments create -t redisai -m model-uri --name redis-key` is giving below error - ` Traceback (most recent call last): File "/home/ubuntu/anaconda3/bin/mlflow", line 8, in...
Currently, the plugin supports - Hostname - Port - Username - Password - DB through the connection URI or through environmental variables. However, there are more options possible in the...
MLFlow currently doesn't support saving torchscript model which is required for implementing pytorch deployment on RedisAI through the plugin. Development of pytorch support in MLFlow core can be tracked here...