Skip to content

Commit

Permalink
Rolling back to using the previous mlir-aie wheel (nod-ai#557)
Browse files Browse the repository at this point in the history
`me_basic.o` is removed from `aie_runtime_lib` in a recent commit:
Xilinx/mlir-aie@1acb6fe
  • Loading branch information
erwei-xilinx authored Jul 16, 2024
1 parent 1e0d2c0 commit cea02f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
run: |
python3 -m venv .venv
source .venv/bin/activate
pip install https://github.com/Xilinx/mlir-aie/releases/download/latest-wheels/mlir_aie-0.0.1.2024071522+9530ac4-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.2024070222+76460fe-py3-none-manylinux_2_35_x86_64.whl
pip install -r tests/matmul/requirements.txt
Expand Down

0 comments on commit cea02f3

Please sign in to comment.