WinstonHu's picture
Upload folder xtuner to code/xtuner
e5e24c9 verified
raw
history blame
662 Bytes
CUDA_VISIBLE_DEVICES=6 NPROC_PER_NODE=1 xtuner train \
configs/slidechat/stage_2.py \
--deepspeed configs/deepspeed/deepspeed_zero2.json \
--work-dir /data/qingq/PathVLM/baselines/github/SlideChat/models/outputs/skcm_original_2048maxlength_longnet_testing2 \
--local_rank 0
CUDA_VISIBLE_DEVICES=6 NPROC_PER_NODE=1 xtuner train \
/data/qingq/PathVLM/baselines/github/SlideChat/xtuner/configs/slidechat/stage_2_fusion_compressor_500.py \
--deepspeed configs/deepspeed/deepspeed_zero2.json \
--work-dir /data/qingq/PathVLM/baselines/github/SlideChat/models/outputs/skcm_original_2048maxlength_fusion_compression_testing_500 \
--local_rank 0