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 a7721cd commit d15c675Copy full SHA for d15c675
.github/workflows/benchmarks.yml
@@ -55,10 +55,10 @@ jobs:
55
run: python -m pip install --upgrade pip setuptools wheel
56
57
- name: Create and activate virtual environment
58
- working-directory: xla
+ shell: bash # Force the use of bash
59
run: |
60
- python -m venv xla/venv # Create venv inside the xla directory
61
- source xla/venv/bin/activate # Activate the environment
+ python -m venv xla/venv
+ source xla/venv/bin/activate
62
63
- name: Run setup.sh for E2E benchmarks flax_2b (within venv)
64
working-directory: xla/xla/backends/cpu/benchmarks/e2e/gemma2/flax_2b
0 commit comments