Files
mlx-examples/llms/mlx_lm/models/plamo2.py
Shunta Saito 269faa5fa4 Fix plamo2 model to use rms_norm (#1308)
* Fix plamo2 model to use rms_norm and enable sliding window attention

* Fix missing variable

* Remove sliding window attention impl. cause it should be done by using RotatingKVCache

* Remove unused imports
2025-03-03 06:12:02 -08:00

19 KiB