Skip to content

Commit

Permalink
Update IREE to pinned versions
Browse files Browse the repository at this point in the history
  • Loading branch information
archana-ramalingam committed Nov 28, 2024
1 parent e0b20f0 commit 810af5d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-llama-quick-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ jobs:
pip install --no-compile -r pytorch-cpu-requirements.txt
pip install --no-compile -r requirements.txt -e sharktank/ shortfin/
# Get latest stable IREE release
pip install --src deps \
-e "git+https://github.com/iree-org/iree-turbine.git#egg=iree-turbine"
# Get latest working stable IREE release
pip install iree-turbine==3.0.0
- name: Run llama 8b f16 decomposed test
run: pytest sharktank/tests/models/llama/benchmark_amdgpu_test.py -v -s --iree-hip-target=gfx942 --run-quick-llama-test
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/ci-shark-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ jobs:
pip install --no-compile -r pytorch-cpu-requirements.txt
pip install --no-compile -r requirements.txt -e sharktank/ shortfin/
# Get latest stable IREE release
pip install --src deps \
-e "git+https://github.com/iree-org/iree-turbine.git#egg=iree-turbine"
# Get latest working stable IREE release
pip install iree-turbine==3.0.0
- name: Run LLM Integration Tests
run: pytest -v app_tests/integration_tests/llm/shortfin --log-cli-level=INFO
10 changes: 4 additions & 6 deletions .github/workflows/ci-sharktank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,8 @@ jobs:
pip install --no-compile -r pytorch-cpu-requirements.txt
pip install --no-compile -r requirements.txt -r sharktank/requirements-tests.txt -e sharktank/
# Get latest stable IREE release
pip install --src deps \
-e "git+https://github.com/iree-org/iree-turbine.git#egg=iree-turbine"
# Get latest working stable IREE release
pip install iree-turbine==3.0.0
- name: Run sharktank tests
if: ${{ !cancelled() }}
Expand Down Expand Up @@ -151,9 +150,8 @@ jobs:
pip install --no-compile -r pytorch-cpu-requirements.txt
pip install --no-compile -r requirements.txt -r sharktank/requirements-tests.txt -e sharktank/
# Get latest stable IREE release
pip install --src deps \
-e "git+https://github.com/iree-org/iree-turbine.git#egg=iree-turbine"
# Get latest working stable IREE release
pip install iree-turbine==3.0.0
- name: Run tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_eval_short.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
pip install --no-compile -r pytorch-cpu-requirements.txt
pip install --no-compile -r requirements.txt -r sharktank/requirements-tests.txt -e sharktank/
# Get latest stable IREE release
# Get latest working stable IREE release
pip install iree-turbine==3.0.0
- name: Run perplexity test with vmfb
Expand Down

0 comments on commit 810af5d

Please sign in to comment.