licheng.li commited on
Commit
3e84fbf
1 Parent(s): 9a2f0c6
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,6 +13,6 @@ Please check [Alpaca](https://github.com/tloen/alpaca-lora) to install the base
13
  ```
14
  python generate.py \
15
  --load_8bit \
16
- --base_model 'decapoda-research/llama-7b-hf' \
17
  --lora_weights 'llmatics/alpaca-lora-cn-30b'
18
  ```
 
13
  ```
14
  python generate.py \
15
  --load_8bit \
16
+ --base_model 'decapoda-research/llama-30b-hf' \
17
  --lora_weights 'llmatics/alpaca-lora-cn-30b'
18
  ```