Skip to content

Commit

Permalink
Merge pull request #3 from mlcommons/mlperf-inference-results-scc24
Browse files Browse the repository at this point in the history
Mlperf inference results scc24
  • Loading branch information
arjunsuresh authored Oct 10, 2024
2 parents 07e9df2 + e8ed453 commit 1bf8a82
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 33 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
git config --global user.email "$EMAIL"
#git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN_TOKEN }}@github.com/${{ github.repository }}
git add -f summary_results.json
echo -e '```' > temp
tail -n 16 checker_log.txt >> temp
echo -e '\n```\n' >> temp
cat temp | cat - README.md > temp1
Expand Down
Loading

0 comments on commit 1bf8a82

Please sign in to comment.