diff options
| author | haoyuren <13851610112@163.com> | 2025-06-27 14:18:18 -0700 |
|---|---|---|
| committer | haoyuren <13851610112@163.com> | 2025-06-27 14:18:18 -0700 |
| commit | aba91abcfeac33fb25eac6e2066fa6cad0deeeaa (patch) | |
| tree | c4385f49f84353ec1ea584b5fd828ca79a9af787 /scripts/run_pure_debiasing.sh | |
| parent | 6b1180928562d1b407d5792ec20aae22cb3f70fd (diff) | |
add acc launch
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 \ |
