Unverified Commit c24725b9 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

python3Packages.mlx-lm: re-enable fixed test (#513897)

parents 3699e0d9 ac158898
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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";