Update README.md
This commit is contained in:
parent
cab067fef9
commit
45d2f22c14
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue