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 e1123df commit e11186eCopy full SHA for e11186e
.github/workflows/benchmarks.yml
@@ -46,11 +46,11 @@ jobs:
46
# with:
47
# bazel-version: 'latest'
48
49
- - name: Install updates and Python env
50
- working-directory: xla/xla/backends/cpu/benchmarks/e2e/gemma2/flax_2b
51
- run: |
52
- sudo apt-get update
53
- sudo apt install python3.10-venv
+ # - name: Install updates and Python env
+ # working-directory: xla/xla/backends/cpu/benchmarks/e2e/gemma2/flax_2b
+ # run: |
+ # sudo apt-get update
+ # sudo apt install python3.10-venv
54
55
- name: Run setup.sh for E2E benchmarks flax_2b
56
working-directory: xla/xla/backends/cpu/benchmarks/e2e/gemma2/flax_2b
0 commit comments