From d7a3c0cfc0dda05cb7042cefc494784d2e39cf2f Mon Sep 17 00:00:00 2001 From: carry <2641257231@qq.com> Date: Tue, 13 May 2025 01:45:26 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0README.md=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E5=AE=9E=E9=AA=8C=E8=A6=81=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加了实验所需的系统、硬件和显存要求,以确保用户能够顺利运行实验 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6201732..89fb443 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,11 @@ QLoRA(Quantized Low-Rank Adaptation)是一种高效的大模型微调技术, ## 快速开始 +0. 实验要求: +* 必须要使用linux系统,尽管unsloth框架提供了Windows版本 +* 必须使用NVIDIA GPU,unsloth框架依赖NVIDIA GPU +* 实验的显存需求不高,本人使用6GB显存即可完成实验,若显存不足6GB可更换3B以下参数量的模型实验 + 1. 安装依赖: ```bash pip install -r requirements.txt