Skip to content

Commit

Permalink
feat: workflow (will it work...flow?)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jul 16, 2024
1 parent c81e9f4 commit 5cf98a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Install
run: |
python3 -m pip install --upgrade pip
python3 -m pip install torch --index-url https://download.pytorch.org/whl/cpu
python3 -m pip install -e .
- name: Cache downloads
id: cache-downloads
Expand All @@ -49,7 +50,7 @@ jobs:
done
- name: Extract
run: |
alexi -v extract -m download/index.json download/*.pdf
alexi -v extract --model alexi/models/rnn_crf.pt -m download/index.json download/*.pdf
- name: Index
run: |
alexi -v index export
Expand Down

0 comments on commit 5cf98a1

Please sign in to comment.