From f02b40b83095089f45564961db762f84a0264e1d Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Mon, 24 Feb 2025 18:23:26 +0800 Subject: [PATCH] feat: Upgrade xinference client (#2381) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e16fe050..70e93910c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ gunicorn = "^22.0.0" python-daemon = "3.0.1" boto3 = "^1.34.160" tencentcloud-sdk-python = "^3.0.1209" -xinference-client = "^0.14.1.post1" +xinference-client = "^1.3.0" psutil = "^6.0.0" celery = { extras = ["sqlalchemy"], version = "^5.4.0" } django-celery-beat = "^2.6.0"