Update README.md

This commit is contained in:
mark
2024-09-26 17:21:03 +01:00
committed by GitHub
parent bb433e2b78
commit d6cd23de16

View File

@@ -1,11 +1,3 @@
# 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