Skip to content

Commit

Permalink
ping neuron repos
Browse files Browse the repository at this point in the history
  • Loading branch information
JingyaHuang committed Oct 27, 2023
1 parent 8adbf01 commit 5e6659d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@
"quality": QUALITY_REQUIRES,
"neuron": [
"wheel",
"torch-neuron==1.13.1.*",
"torch-neuron==1.13.1.2.9.1.0",
"torch==1.13.1.*",
"neuron-cc[tensorflow]==1.18.*",
"neuron-cc[tensorflow]==1.19.0.0",
"protobuf",
"torchvision",
],
"neuronx": [
"wheel",
"neuronx-cc>=2.10",
"torch-neuronx>=1.13.1.1.11.0",
"transformers-neuronx>=0.7.84",
"neuronx-cc==2.10.0.35",
"torch-neuronx==1.13.1.1.11.0",
"transformers-neuronx==0.7.84",
"torch==1.13.1.*",
"torchvision==0.14.*",
"neuronx_distributed>=0.4.0",
"neuronx_distributed==0.4.0",
],
"diffusers": ["diffusers"],
}
Expand Down

0 comments on commit 5e6659d

Please sign in to comment.