Update README.md

description of changes
This commit is contained in:
mark
2024-09-26 16:52:37 +01:00
committed by GitHub
parent e776c970f7
commit 26cb8f444c

View File

@@ -1,3 +1,12 @@
# This repo features changes to MLX_LM.
Specfically main changes are from line 318 in utils.py; I kind of shoe-horned in the same kv-cache saving system as cache_prompt.py.
Then had to change generate.py to take --save-kv-cache as an argument which was just a matter of changing the response handling on line 232 of generate.py.
Messy, but seems to work!
///
# MLX Examples
This repo contains a variety of standalone examples using the [MLX