Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
ipitio committed Oct 9, 2024
1 parent 7cf2c54 commit 9d2edc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/predict.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export OMP_THREAD_LIMIT=1
python3 -m venv venv
source venv/bin/activate

./venv/bin/pip install -r requirements.txt
./venv/bin/python ./main.py "$pdf_dir"
./venv/bin/pip3 install -r requirements.txt
./venv/bin/python3 ./main.py "$pdf_dir"

deactivate
[[ "$pdf_dir" == "." ]] || rm -rf venv

0 comments on commit 9d2edc8

Please sign in to comment.