Skip to content

Commit

Permalink
chore: bump neuronx-cc version
Browse files Browse the repository at this point in the history
  • Loading branch information
dacorvo committed Jan 30, 2024
1 parent 41f73ea commit e5c7dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
],
"neuronx": [
"wheel",
"neuronx-cc==2.12.54.0",
"neuronx-cc==2.12.68.0",
"torch-neuronx==1.13.1.1.13.0",
"transformers-neuronx==0.9.474",
"torch==1.13.1.*",
Expand Down
2 changes: 1 addition & 1 deletion text-generation-inference/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ RUN apt-get update -y \
ENV PATH="/opt/bin/:/opt/aws/neuron/bin:${PATH}"

RUN pip3 install \
neuronx-cc==2.12.54.0 \
neuronx-cc==2.12.68.0 \
torch-neuronx==1.13.1.1.13.0 \
transformers-neuronx==0.9.474 \
--extra-index-url=https://pip.repos.neuron.amazonaws.com
Expand Down

0 comments on commit e5c7dee

Please sign in to comment.