Skip to content

Commit

Permalink
[docs] Fixes pytorch version in README (#3347)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu committed Jul 17, 2024
1 parent 35dd5bc commit eacd950
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docker/spark/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ LABEL maintainer="[email protected]"
# Install dependencies
ARG DJL_VERSION=0.29.0
ARG JNA_VERSION=5.14.0
ARG JAVACV_VERSION=1.5.9
ARG JAVACPP_VERSION=1.5.9
ARG FFMPEG_VERSION=6.0-1.5.9
ARG TENSORFLOW_CORE_VERSION=0.5.0
ARG JAVACV_VERSION=1.5.10
ARG JAVACPP_VERSION=1.5.10
ARG FFMPEG_VERSION=6.1.1-1.5.10
ARG TENSORFLOW_CORE_VERSION=1.0.0-rc.1
ARG PROTOBUF_VERSION=3.25.3
ARG PYTORCH_VERSION=2.3.1

Expand Down
4 changes: 2 additions & 2 deletions engines/pytorch/pytorch-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The javadocs output is built in the `build/doc/javadoc` folder.
## Installation
You can pull the PyTorch engine from the central Maven repository by including the following dependency:

- ai.djl.pytorch:pytorch-engine:0.28.0
- ai.djl.pytorch:pytorch-engine:0.29.0

```xml
<dependency>
Expand Down Expand Up @@ -117,7 +117,7 @@ export PYTORCH_FLAVOR=cpu
For macOS, you can use the following library:

- ai.djl.pytorch:pytorch-jni:2.3.1-0.29.0
- ai.djl.pytorch:pytorch-native-cpu:2.1.1:osx-x86_64
- ai.djl.pytorch:pytorch-native-cpu:2.3.1:osx-x86_64

```xml
<dependency>
Expand Down

0 comments on commit eacd950

Please sign in to comment.