Skip to content

Commit

Permalink
Adding missing file and fixing config file in BLS quickstart example (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-braf committed Aug 13, 2024
1 parent b556110 commit af62630
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bls_quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ profile_models:
- bls
bls_composing_models: add
perf_analyzer_flags:
input-data: <path-to-examples-bls_input_data.json>
input-data: <path-to-examples-quick-start>/bls_input_data.json
triton_launch_mode: docker
triton_docker_shm_size: 2G
output_model_repository_path: <path-to-output-model-repo>/<output_dir>
Expand Down
21 changes: 21 additions & 0 deletions examples/quick-start/bls/bls_input_data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"data": [
{
"MODEL_NAME": [
"add"
],
"INPUT0": [
0.74106514,
0.7371813,
0.5274665,
0.13930903
],
"INPUT1": [
0.7845891,
0.88089234,
0.8466405,
0.55024815
]
}
]
}

0 comments on commit af62630

Please sign in to comment.