The-Trust-Assembly / trust-assembly

For SomeGuy's Trust Assembly Project
0 stars 1 forks source link

Research spike: Boring Bomb #1

Open adhurjaty opened 21 hours ago

adhurjaty commented 21 hours ago

The Boring Bomb will get the contents from the news sites, generate a new headline, and update the database

maxtriano commented 19 hours ago

For serving LLMs I know of vLLM, which allows deploying an LLM of your choosing as a server that implements the OpenAI API https://docs.vllm.ai/en/latest/getting_started/quickstart.html. Has support for most popular models on HuggingFace (and a lot of fancier features that don't really matter for MVP, like speculative decoding)