From 7b3058240812a9929d8d3989167d226e16f6a6dc Mon Sep 17 00:00:00 2001 From: Ean Garvey <87458719+monorimet@users.noreply.github.com> Date: Wed, 29 May 2024 00:20:30 -0500 Subject: [PATCH] Point to SRT links for windows. (#2145) --- setup_venv.ps1 | 1 + 1 file changed, 1 insertion(+) 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"