Skip to content

Commit

Permalink
Merge branch 'mlperf-inference' into mlperf-inference
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Nov 24, 2024
2 parents 870f996 + e727650 commit 3cfd242
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Automatic code formatting
name: "format"
name: "Code formatting"
on:
push:
branches: [ "main", "mlperf-inference" ]
Expand Down Expand Up @@ -55,3 +55,5 @@ jobs:
# Create a pull request to the "code-format" branch
gh pr create --base code-format --head $BRANCH_NAME --title "[Automated PR] Format Codebase" --body "This pull request contains automated code formatting changes."
fi
env:
GH_TOKEN: ${{ github.token }}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1
2 changes: 1 addition & 1 deletion git_commit_hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
80c7915cd54978bd8b7403bfb81faeeb7410aca5
7286ff3d05ef27a029bb38bfa94ae4882edb5cb0

0 comments on commit 3cfd242

Please sign in to comment.