From 16865650ee264b0ffcfd2e9c27efe18291696b84 Mon Sep 17 00:00:00 2001 From: FortuneBush <129565713+FortuneBush@users.noreply.github.com> Date: Wed, 27 Nov 2024 19:03:23 +0800 Subject: [PATCH] upload the mlora server dependency (#271) --- pyproject.mlora.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.mlora.toml b/pyproject.mlora.toml index 9f262fdf..7aa2fcf1 100644 --- a/pyproject.mlora.toml +++ b/pyproject.mlora.toml @@ -20,6 +20,7 @@ dependencies = [ "protobuf==3.20.2", "scipy==1.11.4", "tensorboard==2.17.0", + "python-multipart==0.0.17", ] [project.optional-dependencies]