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

Fixes numpy >2.0 compatibility for asr while replicating existing behavior #11446

Closed
wants to merge 18 commits into from

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    5ac9a39 View commit details
    Browse the repository at this point in the history
  2. Apply isort and black reformatting

    Signed-off-by: andylamp <[email protected]>
    Signed-off-by: andylamp <[email protected]>
    andylamp committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    9738306 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00de687 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a2c620 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f6495a View commit details
    Browse the repository at this point in the history
  6. Apply isort and black reformatting

    Signed-off-by: andylamp <[email protected]>
    Signed-off-by: andylamp <[email protected]>
    andylamp committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    183d5c5 View commit details
    Browse the repository at this point in the history
  7. add docstrings and fix line lengths

    Signed-off-by: andylamp <[email protected]>
    andylamp committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    5d842fa View commit details
    Browse the repository at this point in the history
  8. fix final warning for line len

    Signed-off-by: andylamp <[email protected]>
    andylamp committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    9588148 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'fix-numpy-compatibility' of https://github.com/andylamp…

    …/NeMo into fix-numpy-compatibility
    andylamp committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    5a90b21 View commit details
    Browse the repository at this point in the history
  10. ci: Allow dry-run of release (NVIDIA#11418)

    * ci: Allow dry-run of release
    
    Signed-off-by: Oliver Koenig <[email protected]>
    
    * fix
    
    Signed-off-by: Oliver Koenig <[email protected]>
    
    * finalize
    
    Signed-off-by: Oliver Koenig <[email protected]>
    
    ---------
    
    Signed-off-by: Oliver Koenig <[email protected]>
    Signed-off-by: andylamp <[email protected]>
    ko3n1g authored and andylamp committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    5cfafb5 View commit details
    Browse the repository at this point in the history
  11. fix dtype when init HF model from config (NVIDIA#11420)

    * fix dtype when init HF model from config
    
    Signed-off-by: Alexandros Koumparoulis <[email protected]>
    
    * Apply isort and black reformatting
    
    Signed-off-by: akoumpa <[email protected]>
    
    ---------
    
    Signed-off-by: Alexandros Koumparoulis <[email protected]>
    Signed-off-by: akoumpa <[email protected]>
    Co-authored-by: akoumpa <[email protected]>
    Signed-off-by: andylamp <[email protected]>
    2 people authored and andylamp committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    4d40709 View commit details
    Browse the repository at this point in the history
  12. Removing unnecessary lines (NVIDIA#11408)

    Signed-off-by: Nune <[email protected]>
    Signed-off-by: andylamp <[email protected]>
    nune-tadevosyan authored and andylamp committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    f7fa43f View commit details
    Browse the repository at this point in the history
  13. Handle import errors in virtual environment when running vLLM tests (N…

    …VIDIA#11435)
    
    * Remove try / catch block to propagate import errors
    
    Signed-off-by: Jan Lasek <[email protected]>
    
    * Small rewrite to handle import errors in export/deploy scripts
    
    Signed-off-by: Jan Lasek <[email protected]>
    
    * Apply isort and black reformatting
    
    Signed-off-by: janekl <[email protected]>
    
    ---------
    
    Signed-off-by: Jan Lasek <[email protected]>
    Signed-off-by: janekl <[email protected]>
    Co-authored-by: janekl <[email protected]>
    Signed-off-by: andylamp <[email protected]>
    2 people authored and andylamp committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    ab0ac8b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    06e0e4e View commit details
    Browse the repository at this point in the history
  15. Apply isort and black reformatting

    Signed-off-by: andylamp <[email protected]>
    Signed-off-by: andylamp <[email protected]>
    andylamp committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    eab5901 View commit details
    Browse the repository at this point in the history
  16. add docstrings and fix line lengths

    Signed-off-by: andylamp <[email protected]>
    andylamp committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    4b2e882 View commit details
    Browse the repository at this point in the history
  17. fix final warning for line len

    Signed-off-by: andylamp <[email protected]>
    andylamp committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    aa306e3 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'fix-numpy-compatibility' of https://github.com/andylamp…

    …/NeMo into fix-numpy-compatibility
    andylamp committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    d9028a3 View commit details
    Browse the repository at this point in the history