summaryrefslogtreecommitdiff
path: root/scripts/run_pure_debiasing.sh
diff options
context:
space:
mode:
authorhaoyuren <13851610112@163.com>2025-06-27 14:18:18 -0700
committerhaoyuren <13851610112@163.com>2025-06-27 14:18:18 -0700
commitaba91abcfeac33fb25eac6e2066fa6cad0deeeaa (patch)
treec4385f49f84353ec1ea584b5fd828ca79a9af787 /scripts/run_pure_debiasing.sh
parent6b1180928562d1b407d5792ec20aae22cb3f70fd (diff)
add acc launch
Diffstat (limited to 'scripts/run_pure_debiasing.sh')
-rwxr-xr-xscripts/run_pure_debiasing.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run_pure_debiasing.sh b/scripts/run_pure_debiasing.sh
index 089ad69..78f9b94 100755
--- a/scripts/run_pure_debiasing.sh
+++ b/scripts/run_pure_debiasing.sh
@@ -29,7 +29,7 @@ if [ ! -d "$MODEL_PATH" ]; then
fi
# 运行纯偏见减少训练
-python train_debiasing.py \
+accelerate launch train_debiasing.py \
--model_path "$MODEL_PATH" \
--run_name "$RUN_NAME" \
--target_gap $TARGET_GAP \