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

Update GenAI-Perf README and tutorial doc #89

Merged
merged 10 commits into from
Sep 19, 2024
Merged

Conversation

nv-hwoo
Copy link
Contributor

@nv-hwoo nv-hwoo commented Sep 18, 2024

This PR

  • updates CLI output of GenAI-Perf runs to match with the latest version
  • updates some outdated instructions
  • improves readability and simplify the docs by removing redundant phrases or commands
  • reduced the commands to be simpler

Checkout the updated main README here

Checkout the updated Tutorial doc here

genai-perf/README.md Outdated Show resolved Hide resolved
genai-perf/README.md Show resolved Hide resolved
Copy link
Contributor

@dyastremsky dyastremsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job on these updates!

genai-perf/docs/tutorial.md Outdated Show resolved Hide resolved
genai-perf/docs/tutorial.md Outdated Show resolved Hide resolved
genai-perf/README.md Outdated Show resolved Hide resolved
dyastremsky
dyastremsky previously approved these changes Sep 18, 2024
@nv-hwoo nv-hwoo merged commit 942a5be into main Sep 19, 2024
7 of 8 checks passed
@nv-hwoo nv-hwoo deleted the hwoo-fix-cli-output branch September 19, 2024 17:50
lkomali pushed a commit that referenced this pull request Oct 2, 2024
* update doc

* remove duplicate commands

* make commands more simpler for user

* Remove redundant sdk container docker commands

* add links

* update template

* fix type

* add article and capitalize github

* set env directly
pvijayakrish pushed a commit that referenced this pull request Oct 8, 2024
…t as well (#88) (#89)

* Replace binding index-based methods with name-based alternatives

* Remove unused variables

* Remove unused variables

* Remove allInput*Specified()

* Delete TRTV1Interface

* Replace getProfileShapeValues() with getProfileTensorValues()

* Remove buffer_bindings_

* Enhancements

* Replace isExecutionBinding()

* Add INT64 support

* Remove hasImplicitBatchDimension()

* Update Copyright

* Remove unused variables

* Undo copyright

* Undo Copyright

* Undo copyright

* Fix the handling in INT64 shape tensors output

* Fix data dependent output shapes

* Fix pre commit errors

* Update copyright

* Resolve review comments

* Include source for building on TRT 8 (#86) (#87)

* Include source for building on TRT 8

* Apply suggestions from code review



---------



* Fix envvar access in CMake

---------

Co-authored-by: Sai Kiran Polisetty <[email protected]>
Co-authored-by: Misha Chornyi <[email protected]>
Comment on lines -69 to -71
export RELEASE="{{ release }}"

docker run -it --net=host --gpus=all nvcr.io/nvidia/tritonserver:${RELEASE}-py3-sdk
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nv-hwoo @debermudez @dyastremsky why was the SDK container run command removed from the tutorial?

I think generally a tutorial user is going to be unfamiliar, so we should give them as much copy-pasteable commands as possible so they don't get stuck.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know. The GenAi-Perf README covers installation and these are supposed to be additional examples, so it's possible Hyunjae wanted to remove redundancy.

Hyunjae will be back in a couple of weeks. We could look at whether these need to be re-added then.

lkomali pushed a commit that referenced this pull request Oct 31, 2024
* update doc

* remove duplicate commands

* make commands more simpler for user

* Remove redundant sdk container docker commands

* add links

* update template

* fix type

* add article and capitalize github

* set env directly
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.

4 participants