docs: 更新README.md中的实验要求

添加了实验所需的系统、硬件和显存要求,以确保用户能够顺利运行实验
This commit is contained in:
carry 2025-05-13 01:45:26 +08:00
parent 26b3d2d02e
commit d7a3c0cfc0

View File

@ -81,6 +81,11 @@ QLoRA(Quantized Low-Rank Adaptation)是一种高效的大模型微调技术,
## 快速开始
0. 实验要求:
* 必须要使用linux系统尽管unsloth框架提供了Windows版本
* 必须使用NVIDIA GPUunsloth框架依赖NVIDIA GPU
* 实验的显存需求不高本人使用6GB显存即可完成实验若显存不足6GB可更换3B以下参数量的模型实验
1. 安装依赖:
```bash
pip install -r requirements.txt