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

Fix or silence warnings emitted during tests #1457

Conversation

dagardner-nv
Copy link
Contributor

@dagardner-nv dagardner-nv commented Jan 8, 2024

Description

  • Reduces the number of warnings from running all tests from 2194 down to 2
  • Ensure we receive a cuda build of pyarrow
  • Install pyarrow_hotfix via conda rather than pip
  • Sort channel priorities to ensure the nvidia and rapidsai version of a package is preferred
  • Adopt dgl v1.1.1 which adds pytorch 2.01 support
  • Add missing dep for ccache
  • Pin numpy and pandas to compat with our cudf
  • Add pip transitive deps ensuring the conda version of packages is installed rather than the pip package.
  • Replace usage of deprecated methods/attribues
  • When no other option is avail, silence known warnings.

By Submitting this PR I confirm:

  • I am familiar with the Contributing Guidelines.
  • When the PR is ready for review, new or existing tests cover these changes.
  • When the PR is ready for review, the documentation is up to date with these changes.

@dagardner-nv dagardner-nv added non-breaking Non-breaking change improvement Improvement to existing functionality DO NOT MERGE PR should not be merged; see PR for details skip-ci Optionally Skip CI for this PR labels Jan 8, 2024
@dagardner-nv dagardner-nv self-assigned this Jan 8, 2024
@dagardner-nv dagardner-nv requested a review from a team as a code owner January 8, 2024 18:01
@dagardner-nv dagardner-nv marked this pull request as draft January 8, 2024 18:01
…r to that used by the completion benchmark, this removes the need to mock the asyncio.gather method which is also used by the PromptTemplateNode
…gs triggered by cudf, more recent versions of cudf use this same version restriction
…plitUsersStage doesn't have any output messages
@dagardner-nv dagardner-nv removed DO NOT MERGE PR should not be merged; see PR for details skip-ci Optionally Skip CI for this PR labels Jan 12, 2024
@dagardner-nv dagardner-nv changed the title Silence warnings Fix or silence warnings generated by Morpheus Jan 12, 2024
@dagardner-nv dagardner-nv changed the title Fix or silence warnings generated by Morpheus Fix or silence warnings emitted during tests Jan 12, 2024
re-order channels ensuring nvidia & rapidsai versions of packages receive priority
Add missing dep for ccache
Pin pandas to 1.3, more recent versions trigger deprecation warnins from cudf
Add in pip transitive deps, ensuring we receive the conda versions rather than the pip versions
@dagardner-nv dagardner-nv marked this pull request as ready for review January 12, 2024 20:39
@dagardner-nv dagardner-nv requested a review from a team as a code owner January 12, 2024 20:39
Copy link
Contributor

@mdemoret-nv mdemoret-nv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes to the warnings look good. Lets wait for PR #1468 to be merged first before we make any changes to the dependencies.yaml

tests/test_column_info.py Outdated Show resolved Hide resolved
tests/test_column_info.py Outdated Show resolved Hide resolved
@dagardner-nv dagardner-nv added the DO NOT MERGE PR should not be merged; see PR for details label Jan 17, 2024
@dagardner-nv
Copy link
Contributor Author

Closing in favor of PR #1501

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO NOT MERGE PR should not be merged; see PR for details improvement Improvement to existing functionality non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants