Skip to content

Fix typo: _aync_engine_args -> _async_engine_args - #130

Open
mahi-mullapudi wants to merge 1 commit into
triton-inference-server:mainfrom
mahi-mullapudi:fix/async-engine-args-typo
Open

Fix typo: _aync_engine_args -> _async_engine_args#130
mahi-mullapudi wants to merge 1 commit into
triton-inference-server:mainfrom
mahi-mullapudi:fix/async-engine-args-typo

Conversation

@mahi-mullapudi

Copy link
Copy Markdown

Summary

Corrects a misspelled internal variable name in src/model.py: _aync_engine_args is renamed to _async_engine_args (3 occurrences). The variable holds the parsed AsyncEngineArgs, so the corrected spelling matches its meaning and the surrounding naming.

Changes

  • src/model.py: rename _aync_engine_args -> _async_engine_args (declaration and both usages).

Notes

  • No behavioral change; this is a private attribute renamed consistently within the file.
  • Verified with python -m py_compile src/model.py.

Signed-off-by: Mahi M <12618818+mahi-mullapudi@users.noreply.github.com>
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.

1 participant