Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ This repository contains a LoRA checkpoint based on the Alpaca-LoRA implementati
|
|
25 |
|
26 |
Use the `generate.py` script from the Alpaca-LoRA repository to run the model with the provided LoRA checkpoint:
|
27 |
|
28 |
-
python generate.py --load_8bit --base_model 'decapoda-research/llama-7b-hf' --lora_weights 'vihangd/leet-coding-alpaca-lora'
|
29 |
|
30 |
### Troubleshooting
|
31 |
|
|
|
25 |
|
26 |
Use the `generate.py` script from the Alpaca-LoRA repository to run the model with the provided LoRA checkpoint:
|
27 |
|
28 |
+
python generate.py --load_8bit --base_model 'decapoda-research/llama-7b-hf' --lora_weights 'vihangd/leet-coding-alpaca-lora-7b'
|
29 |
|
30 |
### Troubleshooting
|
31 |
|