summaryrefslogtreecommitdiff
path: root/scripts/run_pure_debiasing.sh
diff options
context:
space:
mode:
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 \