We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0d2c3 commit 7877444Copy full SHA for 7877444
.github/workflows/test_models.yml
@@ -36,9 +36,9 @@ jobs:
36
- name: Sync source deps
37
# build IREE from source with -DIREE_BUILD_TRACY=ON if getting tracy profile
38
run: |
39
- python -m venv turbine_venv
+ python3.11 -m venv turbine_venv
40
source turbine_venv/bin/activate
41
- python -m pip install --upgrade pip
+ python3.11 -m pip install --upgrade pip
42
# Note: We install in three steps in order to satisfy requirements
43
# from non default locations first. Installing the PyTorch CPU
44
# wheels saves multiple minutes and a lot of bandwidth on runner setup.
0 commit comments