Update README.md

This commit is contained in:
John Smith
2023-03-22 14:56:50 +08:00
committed by GitHub
parent cab067fef9
commit 45d2f22c14

View File

@@ -17,20 +17,17 @@ peft: https://github.com/huggingface/peft.git<br>
~copy files from GPTQ-for-LLaMa into GPTQ-for-LLaMa path and re-compile cuda extension~<br> ~copy files from GPTQ-for-LLaMa into GPTQ-for-LLaMa path and re-compile cuda extension~<br>
~copy files from peft/tuners/lora.py to peft path, replace it~<br> ~copy files from peft/tuners/lora.py to peft path, replace it~<br>
<br>
Linux: Linux:
``` ```
./install.sh ./install.sh
``` ```
<br>
Windows: Windows:
``` ```
./install.bat ./install.bat
``` ```
<br>
# Finetune # Finetune
~The same finetune script from https://github.com/tloen/alpaca-lora can be used.~<br> ~The same finetune script from https://github.com/tloen/alpaca-lora can be used.~<br>