refactor(example): rename 4bit-lora-7b by gptq-lora-7b

Signed-off-by: Thytu <vdmatos@gladia.io>
This commit is contained in:
Thytu
2023-05-27 12:37:53 +00:00
parent dd0065773a
commit 7cf07fc8b3
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# LLaMa 7B using LoRA
This is a good place to start for beginners. This will run on an NVIDIA RTX4090 with no other changes needed.
```shell
accelerate launch scripts/finetune.py examples/4bit-lora-7b/config.yml
```