fix bug
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ For the checkpoints located in the `finetune/mm/` directory, use the following c
|
|
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/ \
|
24 |
--quant \
|
25 |
--llama_type llama_qformerv2_peft
|
26 |
|
|
|
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 \
|
25 |
--llama_type llama_qformerv2_peft
|
26 |
|