Spaces:
Sleeping
Sleeping
File size: 452 Bytes
6fc683c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
accelerate launch --multi_gpu sample_kosmos_coco.py None \
--task kosmosg \
--criterion kosmosg \
--arch kosmosg_xl \
--required-batch-size-multiple 1 \
--dict-path data/dict.txt \
--spm-model data/sentencepiece.bpe.model \
--memory-efficient-fp16 \
--ddp-backend=no_c10d \
--distributed-no-spawn \
--subln \
--sope-rel-pos \
--checkpoint-activations \
--flash-attention \
--pretrained-ckpt-path /path/to/checkpoint_final.pt |