starvector-1b-im2svg / scripts /train /train-starvector-8b-im2svg.sh
hz2475's picture
init
72f684c
raw
history blame contribute delete
336 Bytes
#!/bin/bash
export HF_HOME=<path to the folder where you want to store the models>
export HF_TOKEN=<your huggingface token>
export WANDB_API_KEY=<your wandb token>
export OUTPUT_DIR=<path/to/output>
torchrun \
--nproc-per-node=2 \
--nnodes=1 \
starvector/train/train.py \
config=configs/models/starvector-8b/im2svg-stack.yaml