Skip to content

Commit 37b61d1

Browse files
authored
Revert "Fix E2E performance workload (#3528)" (#4416)
No more problems when installing this way. Moreover, `install.py` also downloads datasets, I'm not sure why I didn't see this problem in the logs last time. Maybe the datasets were cached. This reverts commit 03e9323. https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/15442076981 (installation passed)
1 parent ee21173 commit 37b61d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
if: ${{ inputs.suite == 'torchbench' }}
211211
run: |
212212
cd benchmark
213-
pip install -r requirements.txt
213+
python install.py
214214
pip install -e .
215215
216216
- name: Run e2e ${{ inputs.test_mode }} tests

0 commit comments

Comments
 (0)