Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7c9728d

Browse files
committedJan 6, 2025·
split 3
1 parent 2297843 commit 7c9728d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/conformance_weight_compression.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
group: [1, 2]
23+
group: [1, 2, 3]
2424
defaults:
2525
run:
2626
shell: bash
@@ -50,15 +50,15 @@ jobs:
5050
--junit-xml=pytest-results.xml \
5151
--durations-path=tests/post_training/data/wc_test_durations.json \
5252
--splitting-algorithm=least_duration \
53-
--splits 2 \
53+
--splits 3 \
5454
--group ${{ matrix.group }} \
5555
${{ github.event.inputs.pytest_args || '' }}
5656
ret=$?
5757
[ $ret -eq 5 ] && [ -n "${{ github.event.inputs.pytest_args || '' }}" ] && exit 0 || exit $ret
5858
env:
5959
TQDM_DISABLE: 1
6060
HOME_HF: "/home/runner/hf_home"
61-
- name: Print report
61+
- name: Print results.csv
6262
if: ${{ !cancelled() }}
6363
run: column -s, -t < tmp/results.csv || echo "no file"
6464
- name: Upload artifact

0 commit comments

Comments
 (0)
Please sign in to comment.