Skip to content

Commit

Permalink
Bump transformers version for neuron extras (#1881)
Browse files Browse the repository at this point in the history
  • Loading branch information
JingyaHuang committed May 29, 2024
1 parent e9af0f2 commit a2562e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"neural-compressor": "optimum-intel[neural-compressor]>=1.16.0",
"graphcore": "optimum-graphcore",
"habana": ["optimum-habana", "transformers >= 4.38.0, < 4.39.0"],
"neuron": ["optimum-neuron[neuron]>=0.0.20", "transformers == 4.36.2"],
"neuronx": ["optimum-neuron[neuronx]>=0.0.20", "transformers == 4.36.2"],
"neuron": ["optimum-neuron[neuron]>=0.0.20", "transformers >= 4.36.2, < 4.42.0"],
"neuronx": ["optimum-neuron[neuronx]>=0.0.20", "transformers >= 4.36.2, < 4.42.0"],
"furiosa": "optimum-furiosa",
"amd": "optimum-amd",
"dev": TESTS_REQUIRE + QUALITY_REQUIRE,
Expand Down

0 comments on commit a2562e6

Please sign in to comment.