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