Jean-Philippe Dournel
ebe38baaf9
community/mlx_pipeline: fix crash at mlx call ( #29915 )
...
- **Description:**
Since mlx_lm 0.20, all calls to mlx crash due to deprecation of the way
parameters are passed to methods generate and generate_step.
Parameters top_p, temp, repetition_penalty and repetition_context_size
are not passed directly to those method anymore but wrapped into
"sampler" and "logit_processor".
- **Dependencies:** mlx_lm (optional)
- **Tests:**
I've had a new test to existing test file:
tests/integration_tests/llms/test_mlx_pipeline.py
---------
Co-authored-by: Jean-Philippe Dournel <jp@insightkeeper.io >
2025-02-21 09:14:53 -05:00
..
2024-11-20 16:31:31 -05:00
2024-09-13 14:38:45 -07:00
2024-11-22 17:50:13 -05:00
2025-02-07 23:28:30 +00:00
2024-10-25 12:56:58 -07:00
2024-09-13 14:38:45 -07:00
2024-11-06 09:58:16 -05:00
2025-02-08 01:21:10 +00:00
2024-11-07 15:34:24 -05:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2025-02-06 13:28:07 -08:00
2025-02-08 01:21:10 +00:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-11-12 14:31:07 -05:00
2024-09-13 14:38:45 -07:00
2025-01-02 12:15:59 -05:00
2024-11-20 21:03:47 +00:00
2024-11-25 09:45:22 -05:00
2024-11-22 17:50:13 -05:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-10-25 12:56:58 -07:00
2024-11-22 17:50:13 -05:00
2025-02-08 01:21:10 +00:00
2024-12-16 18:17:39 -05:00
2024-12-16 17:54:29 +00:00
2024-09-13 14:38:45 -07:00
2024-10-08 15:16:59 -04:00
2024-09-13 14:38:45 -07:00
2025-01-19 14:15:02 -05:00
2024-09-13 14:38:45 -07:00
2024-09-27 12:41:39 +00:00
2025-02-21 09:14:53 -05:00
2024-12-09 18:46:25 +00:00
2025-01-20 11:01:03 -05:00
2024-12-18 22:33:23 +00:00
2025-02-03 21:44:13 -05:00
2024-11-22 17:50:13 -05:00
2024-10-01 09:18:07 -07:00
2024-11-12 14:31:07 -05:00
2024-12-13 10:43:23 -08:00
2024-09-13 14:38:45 -07:00
2025-02-11 15:51:18 -08:00
2025-02-08 01:21:10 +00:00
2024-11-15 13:37:14 -05:00
2025-01-27 20:34:55 +00:00
2024-12-11 18:35:40 -08:00
2025-01-08 10:13:22 -05:00
2024-10-23 21:17:10 -04:00
2024-09-13 14:38:45 -07:00
2024-12-10 21:13:26 +00:00
2024-10-25 12:56:58 -07:00
2025-02-08 01:21:10 +00:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2025-02-08 01:21:10 +00:00