Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] inf2 container freeze compiler versions #1388

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion serving/docker/pytorch-inf2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ARG neuronsdk_version=2.14.1
ARG torch_neuronx_version=1.13.1.1.12.0
ARG transformers_neuronx_version=0.8.268
ARG neuronx_distributed_version=0.5.0
ARG neuronx_cc_version=2.11.*
ARG neuronx_cc_version=2.11.0.35
ARG protobuf_version=3.20.3
ARG transformers_version=4.34.0
ARG accelerate_version=0.23.0
Expand Down
Loading