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

Babak/upgrade triton to v2.44.0 #5

Merged

Conversation

babakbehzad
Copy link

No description provided.

krishung5 and others added 30 commits June 29, 2023 13:50
* Add test for Python BLS model loading API

* Fix up
* Adding nested spans to OTel tracing + support of ensemble models
* Move multi-GPU dlpack test to a separate L0 test

* Fix copyright

* Fix up
* Upgrade OV to 2023.0.0

* Upgrade OV model gen script to 2023.0.0
* Add test to check the output memory type for onnx models

* Remove unused import

* Address comment
* Add testing for implicit state for PyTorch backend

* Add testing for libtorch string implicit models

* Fix CodeQL

* Mention that libtorch backend supports implicit state

* Fix CodeQL

* Review edits

* Fix output tests for PyTorch backend
Add test for uncompressed conda execution enviroments
* Fix expected instance name

* Copyright year
* Fix name of client wheel to be looked for

* Fix up
* Add pre-commit

* Fix typos, exec/shebang, formatting

* Remove clang-format

* Update contributing md to include pre-commit

* Update spacing in CONTRIBUTING

* Fix contributing pre-commit link

* Link to pre-commit install directions

* Wording

* Restore clang-format

* Fix yaml spacing

* Exclude templates folder for check-yaml

* Remove unused vars

* Normalize spacing

* Remove unused variable

* Normalize config indentation

* Update .clang-format to enforce max line length of 80

* Update copyrights

* Update copyrights

* Run workflows on every PR

* Fix copyright year

* Fix grammar

* Entrypoint.d files are not executable

* Run pre-commit hooks

* Mark not executable

* Run pre-commit hooks

* Remove unused variable

* Run pre-commit hooks after rebase

* Update copyrights

* Fix README.md typo (decoupled)

Co-authored-by: Ryan McCormick <rmccormick@nvidia.com>

* Run pre-commit hooks

* Grammar fix

Co-authored-by: Ryan McCormick <rmccormick@nvidia.com>

* Redundant word

Co-authored-by: Ryan McCormick <rmccormick@nvidia.com>

* Revert docker file changes

* Executable shebang revert

* Make model.py files non-executable

* Passin is proper flag

* Run pre-commit hooks on init_args/model.py

* Fix typo in init_args/model.py

* Make copyrights one line

---------

Co-authored-by: Ryan McCormick <rmccormick@nvidia.com>
* Add test for sequence model instance update

* Add gap for file timestamp update

* Update test for non-blocking sequence update

* Update documentation

* Remove mentioning increase instance count case

* Add more documentaion for scheduler update test

* Update test for non-blocking batcher removal

* Add polling due to async scheduler destruction

* Use _ as private

* Fix typo

* Add docs on instance count decrease

* Fix typo

* Separate direct and oldest to different test cases

* Separate nested tests in a loop into multiple test cases

* Refactor scheduler update test

* Improve doc on handling future test failures

* Address pre-commit

* Add best effort to reset model state after a single test case failure

* Remove reset model method to make harder for chaining multiple test cases as one

* Remove description on model state clean up
* Update README and versions for 2.36.0 / 23.07

* Update Dockerfile.win10.min

* Fix formating issue

* fix formating issue

* Fix whitespaces

* Fix whitespaces

* Fix whitespaces
* Reduce instance count to 1 for python bls model loading test

* Add comment when calling unload
rmccorm4 and others added 26 commits March 1, 2024 11:56
* Update README and versions for 2.43.0 / 24.02

* Update Dockefile to reduce image size.

* Update path in patch file for model generation

Update README.md post-24.02
* patching git repository parameterization from production branch 1

* Fix go package directory name

* pre-commit fixes

* pre-commit fixes

---------

Co-authored-by: kyle <kmcgill@kmcgill-ubuntu.nvidia.com>
* Enhance bound check for shm offset

* Add test for enhance bound check for shm offset

* Fix off by 1 on max offset

* Improve comments

* Improve comment and offset

* Separate logic between computation and validation
…6017)

* Allow non-decoupled model to send response and FINAL flag separately

* Update copyright

* Defer sending error until FINAL flag is seen to avoid invalid reference

* Move timestamp capture location

* Delay time-point of response complete timestamp in GPRC and SageMaker endpoint

* Move location of RESPONSE_COMPLETE timestamp capture to better align with the meaning.
Added a test case to check for optional/required input params in a request and appropriate response from server.
Includes addition of 3 simple models with a combination of required/optional input params
Add flag to enable compile of OpenAI support in PA
* Test Correlation Id string support for BLS
* Add AsyncIO HTTP compression test

* Improve command line option handling
* Update Docerkfile to install genai

* Change the installation script

* install both build and hatch

* Update name

---------

Co-authored-by: Elias Bermudez <dbermudez@nvidia.com>
* Added TRITONSERVER_InferenceTraceSetContext logic
…odes (#6992)

* Add documentation for mapping between Triton Errors and HTTP status codes

* formatting

* Update README.md
* Update README and versions for 2.44.0 / 24.03 (#6971)

* Update README and versions for 2.44.0 / 24.03

* Mchornyi 24.03 (#6972)

* Current location is dropped in 12.4

* Update Dockerfile.win10.min

* Change to triton_sample_folder (#6973)

---------

Co-authored-by: kyle <kmcgill@kmcgill-ubuntu.nvidia.com>
Co-authored-by: Misha Chornyi <99709299+mc-nv@users.noreply.github.com>

* Specify path for PyTorch model extension library (#7025)

* Update README.md 2.44.0 / 24.03 (#7032)

* Update README.md post-24.03

---------

Co-authored-by: Kyle McGill <101670481+nv-kmcgill53@users.noreply.github.com>
Co-authored-by: kyle <kmcgill@kmcgill-ubuntu.nvidia.com>
* Fix Otel version

* Fix version in CPU metrics

* Update metrics.md

* Update trace.md
@babakbehzad babakbehzad closed this Apr 5, 2024
# },
"use_edit_page_button": False,
"use_issues_button": True,
"use_repository_button": True,

Check warning

Code scanning / CodeQL

Duplicate key in dict literal Warning documentation

Dictionary key 'use_repository_button' is subsequently
overwritten
.

class Config(dict):

Check warning

Code scanning / CodeQL

`__eq__` not overridden when adding attributes Warning

The class 'Config' does not override
'__eq__'
, but adds the new attribute
s3_regex
.
@babakbehzad babakbehzad reopened this Apr 5, 2024
@babakbehzad babakbehzad merged commit 4018497 into verkada:babak/upgrade-triton-to-v2.44.0 Apr 5, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.