Skip to content

Commit

Permalink
Updates DJL version to 0.28.0 (#1775)
Browse files Browse the repository at this point in the history
  • Loading branch information
xyang16 authored Apr 15, 2024
1 parent aeb6f9c commit b457952
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ systemProp.org.gradle.internal.http.connectionTimeout=60000
# FIXME: Workaround gradle publish issue: https://github.com/gradle/gradle/issues/11308
systemProp.org.gradle.internal.publish.checksums.insecure=true

djl_version=0.27.0
djl_version=0.28.0
onnxruntime_version=1.17.1
commons_cli_version=1.6.0
netty_version=4.1.108.Final
Expand Down
2 changes: 1 addition & 1 deletion serving/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for
# the specific language governing permissions and limitations under the License.
FROM ubuntu:22.04 AS base
ARG djl_version=0.27.0~SNAPSHOT
ARG djl_version=0.28.0~SNAPSHOT

COPY scripts scripts/
RUN mkdir -p /opt/djl/conf && \
Expand Down
2 changes: 1 addition & 1 deletion serving/docker/aarch64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for
# the specific language governing permissions and limitations under the License.
FROM arm64v8/ubuntu:22.04
ARG djl_version=0.27.0~SNAPSHOT
ARG djl_version=0.28.0~SNAPSHOT
ARG torch_version=2.1.1

EXPOSE 8080
Expand Down
2 changes: 1 addition & 1 deletion serving/docker/deepspeed.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
ARG version=12.1.1-cudnn8-devel-ubuntu22.04
FROM nvidia/cuda:$version
ARG cuda_version=cu121
ARG djl_version=0.27.0~SNAPSHOT
ARG djl_version=0.28.0~SNAPSHOT
# Base Deps
ARG python_version=3.10
ARG torch_version=2.1.2
Expand Down
2 changes: 1 addition & 1 deletion serving/docker/pytorch-gpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG version=12.1.1-cudnn8-devel-ubuntu22.04

FROM nvidia/cuda:$version as base

ARG djl_version=0.27.0~SNAPSHOT
ARG djl_version=0.28.0~SNAPSHOT
ARG cuda_version=cu121
ARG torch_version=2.1.1
ARG torch_vision_version=0.16.1
Expand Down
2 changes: 1 addition & 1 deletion serving/docker/tensorrt-llm.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FROM nvidia/cuda:$version
ARG cuda_version=cu122
ARG python_version=3.10
ARG TORCH_VERSION=2.1.2
ARG djl_version=0.27.0~SNAPSHOT
ARG djl_version=0.28.0~SNAPSHOT
ARG transformers_version=4.38.1
ARG accelerate_version=0.27.0
ARG tensorrtlibs_version=9.2.0.post12.dev5
Expand Down

0 comments on commit b457952

Please sign in to comment.