Skip to content

Commit

Permalink
Remove windows IREE pin
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored Apr 25, 2024
1 parent be41baf commit 791b145
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup_venv.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,5 @@ else {python -m venv .\shark.venv\}
python -m pip install --upgrade pip
pip install wheel
pip install -r requirements.txt
# remove this when windows DLL issues are fixed from LLVM changes
pip install --force-reinstall https://github.com/openxla/iree/releases/download/candidate-20240326.843/iree_compiler-20240326.843-cp311-cp311-win_amd64.whl https://github.com/openxla/iree/releases/download/candidate-20240326.843/iree_runtime-20240326.843-cp311-cp311-win_amd64.whl

Write-Host "Source your venv with ./shark.venv/Scripts/activate"

0 comments on commit 791b145

Please sign in to comment.