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 #6

Closed
wants to merge 659 commits into from

Conversation

babakbehzad
Copy link

No description provided.

tgerdesnv and others added 30 commits June 30, 2023 15:38
…server#5928)

* Adding nested spans to OTel tracing + support of ensemble models
…rver#6001)

* 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
…rence-server#6033)

* Add test to check the output memory type for onnx models

* Remove unused import

* Address comment
…server#6016)

* 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
…er#6005)

Add test for uncompressed conda execution enviroments
* 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 <[email protected]>

* Run pre-commit hooks

* Grammar fix

Co-authored-by: Ryan McCormick <[email protected]>

* Redundant word

Co-authored-by: Ryan McCormick <[email protected]>

* 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 <[email protected]>
…5831)

* 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
…inference-server#6130)

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

* Add comment when calling unload
…erver#6133)

* Fix queue test to expect exact number of failures

* Increase the execution time to more accurately capture requests
…riton-inference-server#6063)

* Adding tests for bls

* Added fixme, cleaned previous commit

* Removed unused imports

* Fixing commit tree:
Refactor code, so that OTel tracer provider is initialized only once
Added resource cmd option, testig
Added docs

* Clean up

* Update docs/user_guide/trace.md

Co-authored-by: Ryan McCormick <[email protected]>

* Revision

* Update doc

* Clean up

* Added ostream exporter to OpenTelemetry for testing purposes; refactored trace tests

* Added opentelemetry trace collector set up to tests; refactored otel exporter tests to use OTel collector instead of netcat

* Revising according to comments

* Added comment regarding 'parent_span_id'

* Added permalink

* Adjusted test

---------

Co-authored-by: Ryan McCormick <[email protected]>
Add tests for python 3.8-3.11 for L0_python_backends
* Improve L0_backend_python debugging

* Use utils function for artifacts collection
mc-nv and others added 24 commits March 2, 2024 14:27
* patching git repository parameterization from production branch 1

* Fix go package directory name

* pre-commit fixes

* pre-commit fixes

---------

Co-authored-by: kyle <[email protected]>
* 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
…riton-inference-server#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
* 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 <[email protected]>
* Added TRITONSERVER_InferenceTraceSetContext logic
…odes (triton-inference-server#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 (triton-inference-server#6971)

* Update README and versions for 2.44.0 / 24.03

* Mchornyi 24.03 (triton-inference-server#6972)

* Current location is dropped in 12.4

* Update Dockerfile.win10.min

* Change to triton_sample_folder (triton-inference-server#6973)

---------

Co-authored-by: kyle <[email protected]>
Co-authored-by: Misha Chornyi <[email protected]>

* Specify path for PyTorch model extension library (triton-inference-server#7025)

* Update README.md 2.44.0 / 24.03 (triton-inference-server#7032)

* Update README.md post-24.03

---------

Co-authored-by: Kyle McGill <[email protected]>
Co-authored-by: kyle <[email protected]>
* Fix Otel version

* Fix version in CPU metrics

* Update metrics.md

* Update trace.md
# },
"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
.
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.