Skip to content

Commit

Permalink
Bump to Neuron sdk 2.17.0 (#487)
Browse files Browse the repository at this point in the history
* bump to 2,17

* bump for tgi
  • Loading branch information
JingyaHuang authored Feb 16, 2024
1 parent ee0c1f4 commit c55550e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion optimum/neuron/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

__version__ = "0.0.19.dev0"

__sdk_version__ = "2.16.1"
__sdk_version__ = "2.17.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"sentencepiece",
"datasets",
"sacremoses",
"diffusers >= 0.25.0",
"diffusers >= 0.26.1",
"safetensors",
"sentence-transformers >= 2.2.0",
"sacremoses",
Expand All @@ -56,7 +56,7 @@
"neuronx": [
"wheel",
"neuronx-cc==2.12.68.0",
"torch-neuronx==1.13.1.1.13.0",
"torch-neuronx==1.13.1.1.13.1",
"transformers-neuronx==0.9.474",
"torch==1.13.1.*",
"torchvision==0.14.*",
Expand Down
6 changes: 3 additions & 3 deletions text-generation-inference/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ RUN wget -qO - https://apt.repos.neuron.amazonaws.com/GPG-PUB-KEY-AMAZON-AWS-NEU
RUN apt-get update -y \
&& apt-get install -y --no-install-recommends \
aws-neuronx-dkms=2.15.9.0 \
aws-neuronx-collectives=2.19.7.0-530fb3064 \
aws-neuronx-runtime-lib=2.19.5.0-97e2d271b \
aws-neuronx-tools=2.16.1.0 \
aws-neuronx-collectives=2.20.11.0 \
aws-neuronx-runtime-lib=2.20.11.0 \
aws-neuronx-tools=2.17.0.0 \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get clean

Expand Down

0 comments on commit c55550e

Please sign in to comment.