candle icon indicating copy to clipboard operation
candle copied to clipboard

Falcon implementation issues

Open jorgeantonio21 opened this issue 1 year ago • 2 comments
trafficstars

It seems that clearing cache on current Falcon model implementation is currently not working properly. Every time a second query is run, the cache is not cleared.

jorgeantonio21 avatar Apr 15 '24 07:04 jorgeantonio21

Actually there was no way to flush the kv cache in falcon, I've added a function for this in #2066 , you should call it on further queries.

LaurentMazare avatar Apr 15 '24 07:04 LaurentMazare

Thanks @LaurentMazare !

jorgeantonio21 avatar Apr 15 '24 09:04 jorgeantonio21