File size: 690 Bytes
e5e24c9 |
1 2 3 4 5 6 7 8 9 10 11 |
CUDA_VISIBLE_DEVICES=0,1,2,3,4,5 NPROC_PER_NODE=6 xtuner train \ configs/slidechat/experiments_fusion_compressor/stage_2_fusion_compressor_skcm.py \ --deepspeed configs/deepspeed/deepspeed_zero2.json \ --work-dir /data/qingq/PathVLM/baselines/github/SlideChat/models/outputs/skcm_original_2048maxlength_fusion_compressor \ --local_rank 0 CUDA_VISIBLE_DEVICES=0,1,2,3,4,5 NPROC_PER_NODE=6 xtuner train \ configs/slidechat/experiments_fusion_compressor/stage_2_fusion_compressor_hnsc.py \ --deepspeed configs/deepspeed/deepspeed_zero2.json \ --work-dir /data/qingq/PathVLM/baselines/github/SlideChat/models/outputs/hnsc_original_2048maxlength_fusion_compressor \ --local_rank 0 |