Skip to content

Commit

Permalink
Merge branch 'main' into mlperf-inference
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Nov 6, 2024
2 parents c39d8e0 + 49e1cda commit 2a37d11
Show file tree
Hide file tree
Showing 9 changed files with 651 additions and 99 deletions.
6 changes: 5 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
# Unless a later match takes precedence,they will be requested for review when someone opens a pull request.
* @mlcommons/wg-ck

/CODEOWNERS @mlcommons/staff
/.github/CODEOWNERS @mlcommons/systems

/.github/workflows/cla.yml @mlcommons/systems

/LICENSE.md @mlcommons/systems
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.23
0.3.24
3 changes: 1 addition & 2 deletions automation/script/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
# TBD: when we have bandwidth and resources, we should refactor it
# and make it cleaner and simpler while keeping full backwards compatibility.
#

import os
import logging

Expand Down Expand Up @@ -3979,7 +3978,7 @@ def parse_version(self, i):
return r

string = r['string']

if r['match'].lastindex and r['match'].lastindex >= group_number:
version = r['match'].group(group_number)
else:
Expand Down
Loading

0 comments on commit 2a37d11

Please sign in to comment.