We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5196426 commit 4764ccbCopy full SHA for 4764ccb
.github/workflows/eval-overhead-e2e.yml
@@ -43,8 +43,8 @@ jobs:
43
- name: Install dependencies
44
run: |
45
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
+ pip install -r benchmarks/requirements.txt
+ pip install -r benchmarks/requirements-torch222-cuda121.txt
48
pip install -e .
49
50
- name: Run benchmark
0 commit comments