krisliu commited on
Commit
54eee93
·
1 Parent(s): af54d8c

fix typo error

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ For the checkpoints located in the `finetune/mm/` directory, use the following c
18
  ```bash
19
  # Run the 13B multi-modal single run checkpoint
20
  torchrun --nproc-per-node=1 demos/single_turn_mm.py \
21
- --llama_config <path-to-params.json> \
22
  --tokenizer_path <path-to-tokenizer.model> \
23
  --pretrained_path <stage1-of-lamaQformerv2_13b> <this-repo>/finetune/mm/alpacaLlava_llamaQformerv2Peft_QF_13B/epoch2 \
24
  --quant \
 
18
  ```bash
19
  # Run the 13B multi-modal single run checkpoint
20
  torchrun --nproc-per-node=1 demos/single_turn_mm.py \
21
+ --llama_config <path-to-params.json> configs/model/finetune/sg/llamaPeft_normBiasLora.json \
22
  --tokenizer_path <path-to-tokenizer.model> \
23
  --pretrained_path <stage1-of-lamaQformerv2_13b> <this-repo>/finetune/mm/alpacaLlava_llamaQformerv2Peft_QF_13B/epoch2 \
24
  --quant \