Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mlir/utils/jenkins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# ^ pip install pandas... is needed to output performance tests and regenerate test suites
# Has a copy of the requirements.txt install bit for the new python version

RUN pip3 install --index-url https://test.pypi.org/simple/ hip-python
# Need "render" group because some CI hosts have /dev/kfd under it.
RUN groupadd -f render

Expand Down
2 changes: 0 additions & 2 deletions pip_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
--extra-index-url https://test.pypi.org/simple
hip-python
tomli==2.0.1
numpy>=1.19.5, <=2.1.2
ml_dtypes>=0.1.0, <=0.5.0 # provides several NumPy dtype extensions, including the bf16
Expand Down