From 078a43eef86537c507fb88a58f10a5f03d0c9fa5 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Fri, 2 Jun 2023 12:30:11 +0900 Subject: [PATCH] Remove redundant instruction --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 311eb5fbe..94bcb3b0b 100644 --- a/README.md +++ b/README.md @@ -102,21 +102,12 @@ accelerate launch scripts/finetune.py examples/lora-openllama-3b/config.yml \ pip3 install -U --ignore-installed psutil pip3 install -U scipy pip3 install git+https://github.com/huggingface/peft.git # not for gptq - - accelerate config ``` 5. Set path ```bash export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH ``` - - 6. Finetune - ```bash - # copy yaml to configs directory - accelerate launch scripts/finetune.py path/to/config.yml - ``` - ### Dataset