Upload lora-scripts/train_by_toml.sh with huggingface_hub
Browse files
lora-scripts/train_by_toml.sh
CHANGED
|
@@ -28,7 +28,7 @@ else
|
|
| 28 |
script_name="train_network.py"
|
| 29 |
fi
|
| 30 |
|
| 31 |
-
python -m accelerate.commands.launch "${launchArgs[@]}" --num_cpu_threads_per_process=8 "./
|
| 32 |
--config_file="$config_file" \
|
| 33 |
--sample_prompts="$sample_prompts" \
|
| 34 |
"${extArgs[@]}"
|
|
|
|
| 28 |
script_name="train_network.py"
|
| 29 |
fi
|
| 30 |
|
| 31 |
+
python -m accelerate.commands.launch "${launchArgs[@]}" --num_cpu_threads_per_process=8 "./scripts/$script_name" \
|
| 32 |
--config_file="$config_file" \
|
| 33 |
--sample_prompts="$sample_prompts" \
|
| 34 |
"${extArgs[@]}"
|