From f4637e3d39737b643b417b46f55d8605a1d65fd4 Mon Sep 17 00:00:00 2001 From: torinsong <66396699+torinsong@users.noreply.github.com> Date: Thu, 2 Apr 2026 09:55:26 +0800 Subject: [PATCH 1/2] Add sglang to the list of libraries in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd3e66a9f9..e7efefa75b 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ _Libraries for building AI applications, LLM integrations, and autonomous agents - [transformers](https://github.com/huggingface/transformers) - A framework that lets you easily use pre-trained transformer models for NLP, vision, and audio tasks. - [unsloth](https://github.com/unslothai/unsloth) - A library for faster LLM fine-tuning and training with reduced memory usage. - [vllm](https://github.com/vllm-project/vllm) - A high-throughput and memory-efficient inference and serving engine for LLMs. + - [sglang](https://github.com/sgl-project/sglang) - A high-performance serving framework for large language models and multimodal models. ## Deep Learning From aa1e3d5ae7b74740d6e69ec2a0709ee0c8fb90b8 Mon Sep 17 00:00:00 2001 From: torinsong <66396699+torinsong@users.noreply.github.com> Date: Fri, 3 Apr 2026 09:41:01 +0800 Subject: [PATCH 2/2] Add sglang to the list of libraries in README Add sglang to the list of libraries in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7efefa75b..d0bacdd11a 100644 --- a/README.md +++ b/README.md @@ -144,10 +144,10 @@ _Libraries for building AI applications, LLM integrations, and autonomous agents - [mem0](https://github.com/mem0ai/mem0) - An intelligent memory layer for AI agents enabling personalized interactions. - Pre-trained Models and Inference - [diffusers](https://github.com/huggingface/diffusers) - A library that provides pre-trained diffusion models for generating and editing images, audio, and video. + - [sglang](https://github.com/sgl-project/sglang) - A high-performance serving framework for large language models and multimodal models. - [transformers](https://github.com/huggingface/transformers) - A framework that lets you easily use pre-trained transformer models for NLP, vision, and audio tasks. - [unsloth](https://github.com/unslothai/unsloth) - A library for faster LLM fine-tuning and training with reduced memory usage. - [vllm](https://github.com/vllm-project/vllm) - A high-throughput and memory-efficient inference and serving engine for LLMs. - - [sglang](https://github.com/sgl-project/sglang) - A high-performance serving framework for large language models and multimodal models. ## Deep Learning