From bb5851f800a51d5b661554e88feee9487a72adad Mon Sep 17 00:00:00 2001 From: carry <2641257231@qq.com> Date: Thu, 10 Apr 2025 19:56:44 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=B7=BB=E5=8A=A0=20unsloth=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 requirements.txt 中添加 unsloth>=2025.3.9 依赖 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2bd21f5..8bff6c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ python-dotenv>=1.0.0 pydantic>=2.0.0 gradio>=5.0.0 langchain>=0.3 -tinydb>=4.0.0 \ No newline at end of file +tinydb>=4.0.0 +unsloth>=2025.3.9 \ No newline at end of file