Skip to content

Commit

Permalink
Bump IREE to 20240427.876. (#8)
Browse files Browse the repository at this point in the history
Also as this is the first dev commit post 2.3, update some min versions.
  • Loading branch information
stellaraccident authored Apr 27, 2024
1 parent 70cbf04 commit 3520958
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions iree-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
iree-compiler==20240410.859
iree-runtime==20240410.859
iree-compiler==20240427.876
iree-runtime==20240427.876
4 changes: 1 addition & 3 deletions pytorch-rocm-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
--pre
--index-url https://download.pytorch.org/whl/nightly/rocm6.0
# TODO: PyTorch ROCM doesn't seem to have a 2.3 RC published, so we just
# get a nightly.
torch>=2.3.0.dev1,<2.4
torch>=2.3.0
torchaudio
torchvision
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Build/test requirements.
numpy==1.26.3
pytest==8.0.0
pytest-xdist==3.5.0
mypy==1.8.0
setuptools
wheel

# It is expected that you have installed a PyTorch version/variant specific
# to your needs, so we only include a minimum version spec.
# TODO: Use a versioned release once 2.3.0 drops.
torch==2.3.0
torch>=2.3.0
torchaudio
torchvision

Expand Down

0 comments on commit 3520958

Please sign in to comment.