alpaca
llama
vihangd commited on
Commit
4a9750f
1 Parent(s): 67ef0cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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