We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaec27e commit 6791d86Copy full SHA for 6791d86
.github/workflows/ci.yml
@@ -103,7 +103,7 @@ jobs:
103
run: |
104
python3 -m venv .venv
105
source .venv/bin/activate
106
- pip install https://github.com/Xilinx/mlir-aie/releases/download/latest-wheels/mlir_aie-0.0.1.2024060222+6f70bfe-py3-none-manylinux_2_35_x86_64.whl
+ pip install https://github.com/Xilinx/mlir-aie/releases/download/latest-wheels/mlir_aie-0.0.1.2024061622+18c8815-py3-none-manylinux_2_35_x86_64.whl
107
108
pip install -r tests/matmul/requirements.txt
109
0 commit comments