Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with master #1924

Closed
wants to merge 8 commits into from
Closed

Sync with master #1924

wants to merge 8 commits into from

Commits on Oct 31, 2024

  1. Removed mlperf.conf check in submission checker, removed equal issue … (

    #1887)
    
    * Removed mlperf.conf check in submission checker, removed equal issue mode check in conf files
    
    * Embed mlperf.conf as a binary string in the distribution
    
    * Added package_dir for loadgen, added pypi loadgen test in github action
    
    * Support impl in model-info.json
    
    * Submission checker cleanup, support move/removal of invalid results
    
    * Added compliance checks to preprocess submission, use logging for debug output
    
    * Update test-submission-checker.yml to check inference_results_v4.1 from v4.0
    
    * Added skip-accuarcy-files-check option to submission checker
    
    
    ---------
    
    Co-authored-by: arjunsuresh <[email protected]>
    arjunsuresh and arjunsuresh authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    c8c1e61 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    3910973 View commit details
    Browse the repository at this point in the history
  2. Update fid_score.py | Move the sys path update before the import. (#1897

    )
    
    * Update fid_score.py | Move the sys path update before the import. 
    
    Currently the sys path is meaningless and this change was done by the automated code formatting
    
    * Update format.yml
    
    
    
    ---------
    
    Co-authored-by: arjunsuresh <[email protected]>
    arjunsuresh and arjunsuresh authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6dcaae8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0686db View commit details
    Browse the repository at this point in the history
  4. Update GNN reference implementation: add DGL backend (#1903)

    * Update GNN reference implementation: add DGL backend
    
    * [Automated Commit] Format Codebase
    
    * Update README.md
    pgmpablo157321 authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d3c01ed View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    dffd292 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Fix typo in fid_score.py, fail_safe for SDXL short runs, fix argument…

    … error in DLRMv2 implementation #1909, fixes preprocess_submission (#1910)
    
    * Update generate_final_report.py
    
    * Fix sdxl (#1911)
    
    * Fix typo in fid_score.py, fail_safe for SDXL short runs
    
    * [Automated Commit] Format Codebase
    
    * Fix typo in fid_score.py, fail_safe for SDXL short runs
    
    * Fix dlrmv2 reference implementation | Update run_local.sh
    
    * Fixes for filtering invalid results
    
    * [Automated Commit] Format Codebase
    
    * Update preprocess_submission.py
    
    * Added an option to pass in sample_ids.txt for SDXL accuracy check
    
    * [Automated Commit] Format Codebase
    
    * Update accuracy_coco.py
    
    * [Automated Commit] Format Codebase
    
    * Fix typo
    
    * Not use default for sample_ids.txt
    
    ---------
    
    Co-authored-by: arjunsuresh <[email protected]>
    arjunsuresh and arjunsuresh authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    97122a2 View commit details
    Browse the repository at this point in the history
  2. Update requirements.txt (#1907)

    Updating the pip packages
    arjunsuresh authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e398b90 View commit details
    Browse the repository at this point in the history