From ac158898310fe4546b2950359191d11d459cc5b9 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 27 Apr 2026 07:41:16 +0000 Subject: [PATCH] python3Packages.mlx-lm: re-enable fixed test https://github.com/ml-explore/mlx-lm/issues/1089#issuecomment-4176057670 --- pkgs/development/python-modules/mlx-lm/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/python-modules/mlx-lm/default.nix b/pkgs/development/python-modules/mlx-lm/default.nix index bad832123c92..842e5c8c6e48 100644 --- a/pkgs/development/python-modules/mlx-lm/default.nix +++ b/pkgs/development/python-modules/mlx-lm/default.nix @@ -80,12 +80,6 @@ buildPythonPackage (finalAttrs: { "tests/test_models.py::TestModels::test_gated_delta_masked" ]; - disabledTests = [ - # ValueError: [rope] dims must be positive but got 0 - # Reported upstream: https://github.com/ml-explore/mlx-lm/issues/1089 - "test_all_models" - ]; - meta = { description = "Run LLMs with MLX"; homepage = "https://github.com/ml-explore/mlx-lm";