microsoft / LLMLingua

To speed up LLMs' inference and enhance LLM's perceive of key information, compress the prompt and KV-Cache, which achieves up to 20x compression with minimal performance loss.
https://llmlingua.com/
MIT License
4.42k stars 241 forks source link

сhanged concatenation of strings to f-strings to improve readability #37

Closed eukub closed 6 months ago

eukub commented 8 months ago

сhanged concatenation of strings to f-strings to improve readability and unify with the rest of code