Skip to content

Commit 4764ccb

Browse files
committed
fix paths in overhead e2e github workflow
1 parent 5196426 commit 4764ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/eval-overhead-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- name: Install dependencies
4444
run: |
4545
python -m pip install --upgrade pip
46-
pip install -r benchmarks/instr-overhead/requirements.txt
47-
pip install -r benchmarks/instr-overhead/requirements-torch222-cuda121.txt
46+
pip install -r benchmarks/requirements.txt
47+
pip install -r benchmarks/requirements-torch222-cuda121.txt
4848
pip install -e .
4949
5050
- name: Run benchmark

0 commit comments

Comments
 (0)