Loading pkgs/development/python-modules/mlx-vlm/default.nix +8 −11 Original line number Diff line number Diff line Loading @@ -9,13 +9,13 @@ # dependencies datasets, fastapi, miniaudio, mlx, mlx-lm, numpy, opencv-python, pillow, requests, soundfile, tqdm, transformers, uvicorn, Loading @@ -26,35 +26,32 @@ rich, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "mlx-vlm"; version = "0.3.9"; version = "0.4.2"; pyproject = true; src = fetchFromGitHub { owner = "Blaizzy"; repo = "mlx-vlm"; tag = "v${version}"; hash = "sha256-L+llrfFo4C++JZ3GjpZi16wMZNXtKrYh3pxhZ5N1n/4="; tag = "v${finalAttrs.version}"; hash = "sha256-GmeMcANmztICfYR9Ca5wQfLOugOlK1mt5j3q616n6TQ="; }; build-system = [ setuptools ]; pythonRelaxDeps = [ "opencv-python" ]; dependencies = [ datasets fastapi miniaudio mlx mlx-lm numpy opencv-python pillow requests soundfile tqdm transformers uvicorn Loading Loading @@ -91,11 +88,11 @@ buildPythonPackage rec { meta = { description = "Inference and fine-tuning of Vision Language Models (VLMs) on your Mac using MLX"; homepage = "https://github.com/Blaizzy/mlx-vlm"; changelog = "https://github.com/Blaizzy/mlx-vlm/releases/tag/${src.tag}"; changelog = "https://github.com/Blaizzy/mlx-vlm/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ GaetanLepage ]; platforms = [ "aarch64-darwin" ]; }; } }) Loading
pkgs/development/python-modules/mlx-vlm/default.nix +8 −11 Original line number Diff line number Diff line Loading @@ -9,13 +9,13 @@ # dependencies datasets, fastapi, miniaudio, mlx, mlx-lm, numpy, opencv-python, pillow, requests, soundfile, tqdm, transformers, uvicorn, Loading @@ -26,35 +26,32 @@ rich, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "mlx-vlm"; version = "0.3.9"; version = "0.4.2"; pyproject = true; src = fetchFromGitHub { owner = "Blaizzy"; repo = "mlx-vlm"; tag = "v${version}"; hash = "sha256-L+llrfFo4C++JZ3GjpZi16wMZNXtKrYh3pxhZ5N1n/4="; tag = "v${finalAttrs.version}"; hash = "sha256-GmeMcANmztICfYR9Ca5wQfLOugOlK1mt5j3q616n6TQ="; }; build-system = [ setuptools ]; pythonRelaxDeps = [ "opencv-python" ]; dependencies = [ datasets fastapi miniaudio mlx mlx-lm numpy opencv-python pillow requests soundfile tqdm transformers uvicorn Loading Loading @@ -91,11 +88,11 @@ buildPythonPackage rec { meta = { description = "Inference and fine-tuning of Vision Language Models (VLMs) on your Mac using MLX"; homepage = "https://github.com/Blaizzy/mlx-vlm"; changelog = "https://github.com/Blaizzy/mlx-vlm/releases/tag/${src.tag}"; changelog = "https://github.com/Blaizzy/mlx-vlm/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ GaetanLepage ]; platforms = [ "aarch64-darwin" ]; }; } })