From 45d2f22c14c4f7c3bd0ab59d6865004394019704 Mon Sep 17 00:00:00 2001 From: John Smith Date: Wed, 22 Mar 2023 14:56:50 +0800 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index ab0e705..a231710 100644 --- a/README.md +++ b/README.md @@ -17,20 +17,17 @@ peft: https://github.com/huggingface/peft.git
~copy files from GPTQ-for-LLaMa into GPTQ-for-LLaMa path and re-compile cuda extension~
~copy files from peft/tuners/lora.py to peft path, replace it~
-
Linux: ``` ./install.sh ``` -
Windows: ``` ./install.bat ``` -
# Finetune ~The same finetune script from https://github.com/tloen/alpaca-lora can be used.~