Skip to content

Commit

Permalink
add sglang
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy committed Feb 3, 2024
1 parent c3b1e48 commit e28758a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ export default function Home() {
</div>
</Link>

<Link href="https://github.com/lm-sys/FastChat">
<Link href="https://github.com/sgl-project/sglang">
<div className="">
<p className="text-2xl pb-1">FastChat</p>
<p className="text-2xl pb-1">SGLang</p>
<hr />
<p className="pt-2">
An open platform for training, serving, and evaluating LLM-based chatbots.
Efficient interface and runtime for complex LLM programs
</p>
</div>
</Link>
Expand All @@ -80,22 +80,22 @@ export default function Home() {
</div>
</Link>

<Link href="https://github.com/lm-sys/FastChat/tree/main/fastchat/llm_judge">
<Link href="https://github.com/lm-sys/FastChat">
<div className="">
<p className="text-2xl pb-1">MT-Bench</p>
<p className="text-2xl pb-1">FastChat</p>
<hr />
<p className="pt-2">
A set of challenging, multi-turn, and open-ended questions for evaluating chatbots.
An open platform for training, serving, and evaluating LLM-based chatbots.
</p>
</div>
</Link>

<Link href="https://github.com/DachengLi1/LongChat">
<Link href="https://github.com/lm-sys/FastChat/tree/main/fastchat/llm_judge">
<div className="">
<p className="text-2xl pb-1">LongChat</p>
<p className="text-2xl pb-1">MT-Bench</p>
<hr />
<p className="pt-2">
A chatbot supporting 16K context length, available in 7B and 13B sizes.
A set of challenging, multi-turn, and open-ended questions for evaluating chatbots.
</p>
</div>
</Link>
Expand Down

0 comments on commit e28758a

Please sign in to comment.