From bdc4bd7d4e2a71a72c15b18151a431267a866576 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Wed, 31 May 2023 13:24:28 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23d3c68e9..77b2711cd 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ accelerate launch scripts/finetune.py examples/lora-openllama-3b/config.yml \ - Conda/Pip venv 1. Install python **3.9** - 2. Install pytorch https://pytorch.org/get-started/locally/ + 2. Install pytorch stable https://pytorch.org/get-started/locally/ 3. Install python dependencies with ONE of the following: - `pip3 install -e .` (recommended, supports QLoRA, no gptq/int4 support)