Skip to content

Commit

Permalink
update DeLFT version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kermitt2 committed Apr 16, 2022
1 parent 272dff6 commit df80445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.delft
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ COPY --from=builder /opt/grobid .
RUN python3 -m pip install pip --upgrade

# install DeLFT via pypi
RUN pip3 install requests delft==0.3.0
RUN pip3 install requests delft==0.3.1
# link the data directory to /data
# the current working directory will most likely be /opt/grobid
RUN mkdir -p /data \
Expand Down
2 changes: 1 addition & 1 deletion doc/Deep-Learning-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ However if you need a "local" library installation and build, here are the step-
You __must__ use a Java version under or equals to Java 11. At the present time, JVM 1.12 to 1.17 will fail to load the native JEP library (due to additional security constraints).

<span>1.</span> install [DeLFT](https://github.com/kermitt2/delft), see instructions [here](https://github.com/kermitt2/delft#install).
DeLFT version `0.3.0` has been tested successfully with Python 3.7 and 3.8. For GPU support, CUDA >-11.0 must be installed.
DeLFT version `0.3.1` has been tested successfully with Python 3.7 and 3.8. For GPU support, CUDA >-11.0 must be installed.

<span>2.</span> Test your DeLFT installation for GROBID models:

Expand Down

0 comments on commit df80445

Please sign in to comment.