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

Quick start for Ranking - Include support for Triton inference #966

Merged
merged 31 commits into from
May 17, 2023
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
d1d5081
quick_start_inf_with_Triton
rnyak May 4, 2023
18af0cf
add content
rnyak May 4, 2023
c5dc7e5
add content
rnyak May 4, 2023
67cd106
update
rnyak May 4, 2023
83e2d35
Merge branch 'quick_start_inf_triton' of https://github.com/NVIDIA-Me…
rnyak May 4, 2023
a3bc0ed
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin into q…
rnyak May 9, 2023
ab5bf86
Merge branch 'main' into quick_start_inf_triton
rnyak May 9, 2023
73472ff
Merge branch 'quick_start_inf_triton' of https://github.com/NVIDIA-Me…
rnyak May 9, 2023
a23ef45
update
rnyak May 9, 2023
7deed65
rebase main
rnyak May 11, 2023
a815814
update
rnyak May 11, 2023
9c4c71a
update
rnyak May 12, 2023
594ffd1
remove numpy saving line
rnyak May 12, 2023
075c884
Update examples/quick_start/scripts/inference/README.md
rnyak May 14, 2023
a92a641
Update examples/quick_start/scripts/inference/README.md
rnyak May 14, 2023
0db1335
Update examples/quick_start/scripts/inference/README.md
rnyak May 16, 2023
514e74b
Update examples/quick_start/scripts/inference/README.md
rnyak May 16, 2023
4927e54
Update examples/quick_start/scripts/inference/README.md
rnyak May 16, 2023
baea913
Merge branch 'main' into quick_start_inf_triton
rnyak May 16, 2023
68d83e2
update
rnyak May 16, 2023
9ff307d
Update examples/quick_start/scripts/inference/README.md
rnyak May 16, 2023
6832caa
Update examples/quick_start/scripts/inference/README.md
rnyak May 16, 2023
f575bfb
Update examples/quick_start/scripts/inference/README.md
rnyak May 16, 2023
abc507a
Update examples/quick_start/scripts/inference/README.md
rnyak May 16, 2023
5c2daf7
Update examples/quick_start/scripts/inference/README.md
rnyak May 16, 2023
9551926
Update examples/quick_start/scripts/inference/README.md
rnyak May 16, 2023
9cc5881
Update examples/quick_start/scripts/inference/README.md
rnyak May 16, 2023
7017a07
update text and change adagrad optimizer
rnyak May 16, 2023
fb7d598
update wrt Gabriels comments
rnyak May 16, 2023
9e9d70f
Merge branch 'main' into quick_start_inf_triton
rnyak May 17, 2023
bb1026a
Merge branch 'main' into quick_start_inf_triton
rnyak May 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update examples/quick_start/scripts/inference/README.md
Co-authored-by: Gabriel Moreira <gmoreira@nvidia.com>
  • Loading branch information
rnyak and gabrielspmoreira authored May 16, 2023
commit f575bfb69a2244fb570d8ada3a83386a455f2550
2 changes: 1 addition & 1 deletion examples/quick_start/scripts/inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Exporting an ensemble graph consists of the following steps:
- generating ensemble graph
- exporting the ensemble graph models and artifacts

These steps are taken care of by `inference.py` script when executed (please see the `Command line arguments` section for the instructions).
These steps are taken care of by `inference.py` script when executed (please see the `Command line arguments` section below for the instructions).


## Launching Triton Inference Server
Expand Down