python3Packages.mlx-lm: 0.31.1 -> 0.31.2; python3Packages.mlx-vlm: 0.4.2 -> 0.4.4 (#507750)

This commit is contained in:
Nick Cao
2026-04-08 23:14:52 +00:00
committed by GitHub
2 changed files with 6 additions and 4 deletions
@@ -24,14 +24,14 @@
buildPythonPackage (finalAttrs: {
pname = "mlx-lm";
version = "0.31.1";
version = "0.31.2";
pyproject = true;
src = fetchFromGitHub {
owner = "ml-explore";
repo = "mlx-lm";
tag = "v${finalAttrs.version}";
hash = "sha256-5KGXLpzGEmyay6HvEM8qOe5zUmFRo1VbZKzOQvfr7Sk=";
hash = "sha256-Ujt0KMs4dzIlbg7cg72TudAvlwJ4uWEG5Lx7+5j8cOU=";
};
build-system = [
@@ -24,18 +24,19 @@
psutil,
pytestCheckHook,
rich,
sentencepiece,
}:
buildPythonPackage (finalAttrs: {
pname = "mlx-vlm";
version = "0.4.2";
version = "0.4.4";
pyproject = true;
src = fetchFromGitHub {
owner = "Blaizzy";
repo = "mlx-vlm";
tag = "v${finalAttrs.version}";
hash = "sha256-GmeMcANmztICfYR9Ca5wQfLOugOlK1mt5j3q616n6TQ=";
hash = "sha256-08cSwN8IkERxUaXyT9qAg9vmLw7FvU5qDygAkDsOxpU=";
};
build-system = [
@@ -63,6 +64,7 @@ buildPythonPackage (finalAttrs: {
psutil
pytestCheckHook
rich
sentencepiece
];
disabledTests = [