triton-inference-server / server

The Triton Inference Server provides an optimized cloud and edge inferencing solution.
https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/index.html
BSD 3-Clause "New" or "Revised" License
8.38k stars 1.49k forks source link

test: Fix tests for ubuntu 24.04. upgrade #7791

Closed krishung5 closed 1 week ago

krishung5 commented 1 week ago

What does the PR do?

Upgrade torch installation to 2.3.1+cu118 for

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

Checklist

Commit Type:

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

Related PRs:

Where should the reviewer start?

Test plan:

The below tests should be passing

CI Pipeline ID: 20407536

Caveats:

Background

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