Skip to content

Commit

Permalink
export OMP_THREAD_LIMIT=1
Browse files Browse the repository at this point in the history
  • Loading branch information
ipitio committed Oct 9, 2024
1 parent 52d9356 commit 2df4b0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/predict.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

set -Eeuo pipefail
declare -r pdf_dir="${1:-.}"
export OMP_THREAD_LIMIT=1

python3 -m venv venv
source venv/bin/activate
Expand Down

0 comments on commit 2df4b0b

Please sign in to comment.