Skip to content

Commit

Permalink
Merge branch 'branch-24.12' into plc-eid-lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv authored Oct 18, 2024
2 parents 38a1755 + 69d6601 commit ddf27b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def get_system_info():

dataset_patt = re.compile(".*ds=([\w-]+).*")
backend_patt = re.compile(".*backend=(\w+).*")
k_patt = re.compile(".*k=(10*).*")
k_patt = re.compile(".*k=(\d+).*")

# Organize all benchmark runs by the following hierarchy: algo -> backend -> dataset
benchmarks = get_all_benchmark_info()
Expand Down

0 comments on commit ddf27b5

Please sign in to comment.