Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/posts/2024-11-12-v0.1.0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ ShowWordCount: false
ShowBreadCrumbs: true
ShowPostNavLinks: true
ShowRssButtonInSectionTermList: false
UseHugoToc: true
ShowToc: true
tocopen: true
---

In recent years, large language models (LLMs) have revolutionized AI applications, powering solutions in areas like chatbots, automated content generation, and advanced recommendation engines. Services like OpenAI’s have gained significant traction; however, many enterprises seek alternatives due to data security concerns, customizability needs, or the financial impact of proprietary solutions. Yet, transforming LLMs into cost-effective, scalable APIs poses substantial technical challenges.
Expand Down
3 changes: 3 additions & 0 deletions content/posts/2025-02-05-v0.2.0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ ShowWordCount: false
ShowBreadCrumbs: true
ShowPostNavLinks: true
ShowRssButtonInSectionTermList: false
UseHugoToc: true
ShowToc: true
tocopen: true
---

We're excited to announce the **v0.2.0** release of AIBrix! Building on feedback from [v0.1.0](http://localhost:1313/posts/2024-11-12-v0.1.0-release/) production adoption and user interest, this release introduces several new features to enhance performance and usability.
Expand Down
3 changes: 3 additions & 0 deletions content/posts/2025-02-20-vllm-control-plane.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ ShowWordCount: false
ShowBreadCrumbs: true
ShowPostNavLinks: true
ShowRssButtonInSectionTermList: false
UseHugoToc: true
ShowToc: true
tocopen: true
---

Open-source large language models (LLMs) like LLaMA, Deepseek, Qwen and Mistral etc have surged in popularity, offering enterprises greater flexibility, cost savings, and control over their AI deployments. These models have empowered organizations to build their own AI-driven applications, from chatbots and agents to content generation and recommendation systems.
Expand Down
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ params:
hiddenInSingle: true # hide on single page

editPost:
URL: "https://github.com/aibrix/aibrix.github.io"
URL: "https://github.com/vllm-project/aibrix.github.io"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link

Expand Down