Skip to content

Commit

Permalink
Fix Inf2 package dependency version conflicts (#2887)
Browse files Browse the repository at this point in the history
* fix torchdata version

* Skip specifying versions for protobuf and grpcio-tools

* skip specifying grpcio-tools

* test inf2 dependency fix for benchmark

* Revert "test inf2 dependency fix for benchmark"

This reverts commit 8899310.
  • Loading branch information
namannandan authored Jan 3, 2024
1 parent 030ee8d commit 2eae8e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions requirements/neuronx.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
--extra-index-url https://pip.repos.neuron.amazonaws.com
numpy==1.22.4
protobuf==4.25.1
grpcio-tools==1.48.2
neuronx-cc
torch-neuronx
transformers-neuronx
2 changes: 1 addition & 1 deletion requirements/torch_neuronx_linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ torch==1.13.1+cpu
torchvision==0.14.1+cpu
torchtext==0.14.1
torchaudio==0.13.1+cpu
torchdata==0.7.0
torchdata==0.5.1

0 comments on commit 2eae8e5

Please sign in to comment.