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 b81127a commit bb0a0ceCopy full SHA for bb0a0ce
.github/workflows/benchmark.yml
@@ -36,14 +36,10 @@ jobs:
36
with:
37
fetch-depth: 1
38
39
- - name: debug
40
- run: ls -lR
41
-
42
- name: Install benchmark script dependencies
43
run: python3 -m pip install -r benchmark_v2/requirements.txt kernels
44
45
- name: Reinstall transformers in edit mode (remove the one installed during docker image build)
46
- working-directory: /transformers
47
run: python3 -m pip uninstall -y transformers && python3 -m pip install -e ".[torch]"
48
49
- name: Run benchmark
0 commit comments