We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91905a8 commit 3a0b007Copy full SHA for 3a0b007
train/config/character_spatial_swap.yaml train/config/character_swap.yamltrain/config/character_spatial_swap.yaml renamed to train/config/character_swap.yaml
train/script/character_swap.sh
@@ -0,0 +1,14 @@
1
+# Specify the config file path and the GPU devices to use
2
+# export CUDA_VISIBLE_DEVICES=0,1
3
+
4
+# Specify the config file path
5
+export XFL_CONFIG=./train/config/character_swap.yaml
6
7
+export HF_HUB_CACHE=./cache
8
+# Specify the WANDB API key
9
+# export WANDB_API_KEY='YOUR_WANDB_API_KEY'
10
11
+echo $XFL_CONFIG
12
+export TOKENIZERS_PARALLELISM=true
13
14
+accelerate launch --main_process_port 41353 -m src.train.train
0 commit comments