Skip to content

Commit

Permalink
Update exp_math.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
BBQGOD authored May 16, 2024
1 parent 572341b commit 006e440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/MATH/exp_math.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ do

echo "$subdir $min_file $max_file"
# Run python script in background
# python llmlp_gen_math_listwise_deeper_markov.py "$subdir" "$min_file" "$max_file" "$MODEL" "$ENGINE" &
# echo "$subdir $min_file $max_file" &
python llmlp_gen_math_listwise_deeper_markov.py "$subdir" "$min_file" "$max_file" "$MODEL" "$ENGINE" &
echo "$subdir $min_file $max_file" &
done

# Wait for all background jobs to finish
Expand Down

0 comments on commit 006e440

Please sign in to comment.