Skip to content

Commit

Permalink
update deps and wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
lanking520 committed May 2, 2024
1 parent e4221ba commit 618183d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions serving/docker/lmi.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ARG cuda_version=cu121
ARG djl_version=0.28.0~SNAPSHOT
# Base Deps
ARG python_version=3.10
ARG torch_version=2.2.1
ARG torch_vision_version=0.17.1
ARG torch_version=2.1.2
ARG torch_vision_version=0.16.2
ARG onnx_version=1.17.1
ARG pydantic_version=2.6.1
# HF Deps
Expand All @@ -28,7 +28,7 @@ ARG optimum_version=1.19.1
ARG auto_gptq_version=0.7.1
ARG datasets_version=2.19.0
# LMI-Dist Deps
ARG vllm_wheel="https://github.com/vllm-project/vllm/releases/download/v0.4.0/vllm-0.4.0-cp310-cp310-manylinux1_x86_64.whl"
ARG vllm_wheel="https://github.com/vllm-project/vllm/releases/download/v0.4.0.post1/vllm-0.4.0.post1-cp310-cp310-manylinux1_x86_64.whl"
ARG flash_attn_2_wheel="https://publish.djl.ai/flash_attn/cu121-pt212/flash_attn-2.5.6-cp310-cp310-linux_x86_64.whl"
ARG lmi_dist_wheel="https://publish.djl.ai/lmi_dist/lmi_dist-nightly-py3-none-any.whl"
ARG seq_scheduler_wheel="https://publish.djl.ai/seq_scheduler/seq_scheduler-0.1.0-py3-none-any.whl"
Expand Down

0 comments on commit 618183d

Please sign in to comment.