Lightning is really efficient

#1
by Myric - opened

Hey everybody, I have quants uploading for 3.5 lightning. The coolest part of this model IMHO is the efficient KV cache. That means you can run this with lots of parallel slots (to reduce cache misses on llama) or serve the whole 1M cache size efficiently. A 1M cache costs about 7GB on this model. I did some quick retrieval tests with a full 1M cache and it can retrieve efficiently from that size. I didn't really stress-test how well it could use all that information, but it won't forget your dog's name because it talked to it too long.

Sign up or log in to comment