Skip to content

Commit

Permalink
switch printed dataset size to correct value
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfrye committed May 15, 2024
1 parent 8a52db8 commit 32f0aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Prep config and data for CI
run: |
python ci/prep_for_ci.py --config=config/${{ matrix.config }}.yml --data=data/sqlqa.subsample.jsonl
echo `wc -l data/sqlqa.jsonl | awk '{print $1}'` lines in test data
echo `wc -l data/sqlqa.subsample.jsonl | awk '{print $1}'` lines in test data
echo Config:
cat config/${{ matrix.config }}.yml
Expand Down

0 comments on commit 32f0aa4

Please sign in to comment.