diff options
Diffstat (limited to 'scripts/run_pure_debiasing.sh')
| -rwxr-xr-x | scripts/run_pure_debiasing.sh | 2 |
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 \ |
