File size: 391 Bytes
72f684c
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
#!/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>

accelerate launch --config_file configs/accelerate/deepspeed-8-gpu.yaml \
                starvector/train/train.py \
                config=configs/models/starvector-1b/text2svg-stack.yaml