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

This commit is contained in:
kirillrdy
2026-04-27 09:26:18 +00:00
committed by GitHub
@@ -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";