From 93d1763121dd887abc2377f11f3467195a0b0ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:32:13 +0000 Subject: [PATCH] :arrow_up: Bump mlx-lm from 0.14.3 to 0.18.1 Bumps [mlx-lm](https://github.com/ml-explore/mlx-examples) from 0.14.3 to 0.18.1. - [Commits](https://github.com/ml-explore/mlx-examples/commits) --- updated-dependencies: - dependency-name: mlx-lm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1494c15..dfd58ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ requires-python = ">= 3.8" dependencies = [ - "mlx-lm==0.14.3", + "mlx-lm==0.18.1", "gradio==4.29.0", "tiktoken==0.7.0", "langchain==0.1.16",