From e65d9d36670c6edd8a2db5e5be422d44ca81c8e2 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Thu, 26 Mar 2026 12:38:58 +0800 Subject: [PATCH] feat(ai): add unsloth for faster LLM fine-tuning Co-Authored-By: Claude --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 21e948b..7e1c531 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ _Libraries for building AI applications, LLM integrations, and autonomous agents - 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. - [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. ## Deep Learning