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