You May Also Enjoy
Kolmogorov-Arnold Network
December 16 2024
It’s all over the internet about how KAN will revolutionize ML by replacing MLP. Here are my frist read about KAN
MultiModal Input in vLLM
December 15 2024
I started my first vLLM contribution by adding the audio input API following OpenAI’s schema.
Recursive
December 02 2024
A piece of code that can print itself s = 's = %r\nprint(s%%s)' print(s%s)
vLLM
November 25 2024
I have been thinking about start a new open source project beside LangChain and LlamaIndex. vLLM seems a good choice and hopefully there will be more vLLM bl...