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

test: Fix tests for ubuntu 24.04. upgrade #7791

Merged
merged 5 commits into from
Nov 14, 2024
Merged

test: Fix tests for ubuntu 24.04. upgrade #7791

merged 5 commits into from
Nov 14, 2024

Conversation

krishung5
Copy link
Contributor

@krishung5 krishung5 commented Nov 14, 2024

What does the PR do?

Upgrade torch installation to 2.3.1+cu118 for

  • L0_infer_*
  • L0_dlpack_multi_gpu
  • L0_warmup
  • L0_io
  • L0_libtorch_instance_group_kind_model

Replace self.assertEquals with self.assertEqual for L0_trace as it's not supported in Python 3.12.

Checklist

  • PR title reflects the change and is of format <commit_type>: <Title>
  • Changes are described in the pull request.
  • Related issues are referenced.
  • Populated github labels field
  • Added test plan and verified test passes.
  • Verified that the PR passes existing CI.
  • Verified copyright is correct on all changed files.
  • Added succinct git squash message before merging ref.
  • All template sections are filled out.
  • Optional: Additional screenshots for behavior/output changes with before/after.

Commit Type:

Check the conventional commit type
box here and add the label to the github PR.

  • build
  • ci
  • docs
  • feat
  • fix
  • perf
  • refactor
  • revert
  • style
  • test

Related PRs:

Where should the reviewer start?

Test plan:

The below tests should be passing

  • L0_infer_*
  • L0_dlpack_multi_gpu--base
  • L0_warmup--base
  • L0_io--base
  • L0_libtorch_instance_group_kind_model--base
  • L0_trace

CI Pipeline ID: 20407536

Caveats:

Background

Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)

  • closes GitHub issue: #xxx

@krishung5 krishung5 added the PR: test Adding missing tests or correcting existing test label Nov 14, 2024
@krishung5 krishung5 changed the title test: Fix torch installation for ubuntu 24.04 test: Fix tests for ubuntu 24.04. upgrade Nov 14, 2024
@mc-nv mc-nv merged commit 13cb6f0 into r24.11 Nov 14, 2024
3 checks passed
@mc-nv mc-nv deleted the krish-24.11 branch November 14, 2024 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: test Adding missing tests or correcting existing test
Development

Successfully merging this pull request may close these issues.

2 participants