Skip to content

Commit

Permalink
change temp filename
Browse files Browse the repository at this point in the history
  • Loading branch information
younesbelkada committed Jan 11, 2024
1 parent 827df67 commit 41a6839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ slow_tests_multi_gpu:
CUDA_VISIBLE_DEVICES=0,1 python -m pytest tests/slow/test_dpo_slow.py $(if $(IS_GITHUB_CI),--report-log "dpo_slow_multi.log",)

run_sft_examples:
touch results_sft_tests.txt
touch temp_results_sft_tests.txt
for file in $(ACCELERATE_CONFIG_PATH)/*.yaml; do \
TRL_ACCELERATE_CONFIG=$${file} bash $(COMMAND_FILES_PATH)/run_sft.sh; \
echo $$? ',' $${file} >> results_sft_tests.txt; \
echo $$?','$${file} >> temp_results_sft_tests.txt; \
done

0 comments on commit 41a6839

Please sign in to comment.