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

refactor: Refactor string input checks #263

Merged
merged 3 commits into from
Jul 31, 2024

Conversation

yinggeh
Copy link
Contributor

@yinggeh yinggeh commented Jul 18, 2024

What does the PR do?

Move each individual check of string input in model backend repos to the bakend repo.

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.

  • refactor

Related PRs:

backend: triton-inference-server/backend#101
tensorflow_backend: triton-inference-server/tensorflow_backend#104
pytorch_backend: triton-inference-server/pytorch_backend#136
onnxruntime_backend: #263
python_backend: triton-inference-server/python_backend#370

Test plan:

  • CI Pipeline ID:
    17021222 and 17057045

Background

Initially just to add missing string input tensor checks to python_backend. Refactored because duplicate code from other model backends were found.

@yinggeh yinggeh added the enhancement New feature or request label Jul 18, 2024
@yinggeh yinggeh requested review from Tabrizian and tanmayv25 July 18, 2024 23:32
@yinggeh yinggeh self-assigned this Jul 18, 2024
@yinggeh yinggeh merged commit a0cd50d into main Jul 31, 2024
3 checks passed
@yinggeh yinggeh deleted the yinggeh-DLIS-6832-validate-gpu-string-tensors branch November 14, 2024 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants