python3Packages.mlx-lm: 0.26.0 -> 0.26.3

Diff: https://github.com/ml-explore/mlx-lm/compare/v0.26.0...v0.26.3
This commit is contained in:
Gaetan Lepage 2025-08-18 13:27:10 +02:00
parent 19500d862e
commit 448a5d124c

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "mlx-lm";
version = "0.26.0";
version = "0.26.3";
pyproject = true;
src = fetchFromGitHub {
owner = "ml-explore";
repo = "mlx-lm";
tag = "v${version}";
hash = "sha256-J69XIqsjQ4sQqhx+EkjKcVXVlQ4A4PGJvICSiCfoSOA=";
hash = "sha256-O4wW7wvIqSeBv01LoUCHm0/CgcRc5RfFHjvwyccp6UM=";
};
build-system = [
@ -68,6 +68,7 @@ buildPythonPackage rec {
meta = {
description = "Run LLMs with MLX";
homepage = "https://github.com/ml-explore/mlx-lm";
changelog = "https://github.com/ml-explore/mlx-lm/releases/tag/v${version}";
license = lib.licenses.mit;
platforms = [
"aarch64-darwin"