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

Make GPU dependencies optional #27

Merged
merged 11 commits into from
Apr 23, 2024
Merged

Commits on Apr 23, 2024

  1. Move GPU imports and make them optional

    Signed-off-by: Ayush Dattagupta <ayushdg95@gmail.com>
    ayushdg committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5068f04 View commit details
    Browse the repository at this point in the history
  2. Move gpu dependencies to a seperate install

    Signed-off-by: Ayush Dattagupta <ayushdg95@gmail.com>
    ayushdg committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6c56352 View commit details
    Browse the repository at this point in the history
  3. Remove unused import

    Signed-off-by: Ayush Dattagupta <ayushdg95@gmail.com>
    ayushdg committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    48a4da2 View commit details
    Browse the repository at this point in the history
  4. Switch to placeholder import that raises on usage

    Signed-off-by: Ayush Dattagupta <ayushdg95@gmail.com>
    ayushdg committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    edd926b View commit details
    Browse the repository at this point in the history
  5. Remove deprecated utils usage

    Signed-off-by: Ayush Dattagupta <ayushdg95@gmail.com>
    ayushdg committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3bed23d View commit details
    Browse the repository at this point in the history
  6. Add cuML attribution

    Signed-off-by: Ayush Dattagupta <ayushdg95@gmail.com>
    ayushdg committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    754f3e4 View commit details
    Browse the repository at this point in the history
  7. Safe import tests, improve install instruction, update gha workflow

    Signed-off-by: Ayush Dattagupta <ayushdg95@gmail.com>
    ayushdg committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d080e6e View commit details
    Browse the repository at this point in the history
  8. Fix pytests due to loc bug

    Signed-off-by: Ayush Dattagupta <ayushdg95@gmail.com>
    ayushdg committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    7d68763 View commit details
    Browse the repository at this point in the history
  9. update install instructions

    Signed-off-by: Ayush Dattagupta <ayushdg95@gmail.com>
    ayushdg committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f520fb9 View commit details
    Browse the repository at this point in the history
  10. Raise on non module-not-found errors, update logging

    Signed-off-by: Ayush Dattagupta <ayushdg95@gmail.com>
    ayushdg committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f18444f View commit details
    Browse the repository at this point in the history
  11. Update logging to not change root logger

    Signed-off-by: Ayush Dattagupta <ayushdg95@gmail.com>
    ayushdg committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f508c30 View commit details
    Browse the repository at this point in the history