nakoeni
Results
2
comments of
nakoeni
How'd you even pre-train llava-phi-3? When I run `xtuner train llava_phi3_mini_4k_instruct_clip_vit_large_p14_336_e1_gpu8_pretrain --seed 1024` from the xtuner directory I get this error: "raise FileNotFoundError(f'Cannot find {args.config}') FileNotFoundError: Cannot find llava_phi3_mini_4k_instruct_clip_vit_large_p14_336_e1_gpu8_pretrain"
How were you even able to run that command? It tells me that it doesn't recognize NPROC_PER_NODE=4, and if I run it without that bit (i.e. just running xtuner train...