diff --git a/setup_venv.ps1 b/setup_venv.ps1 index 40f26ecf08..d13abf87e9 100644 --- a/setup_venv.ps1 +++ b/setup_venv.ps1 @@ -89,6 +89,7 @@ else {python -m venv .\shark.venv\} python -m pip install --upgrade pip pip install wheel pip install --pre -r requirements.txt +pip install --force-reinstall https://github.com/nod-ai/SRT/releases/download/candidate-20240528.279/iree_compiler-20240528.279-cp311-cp311-win_amd64.whl https://github.com/nod-ai/SRT/releases/download/candidate-20240528.279/iree_runtime-20240528.279-cp311-cp311-win_amd64.whl pip install -e . Write-Host "Source your venv with ./shark.venv/Scripts/activate"