Skip to content

Commit af62630

Browse files
authored
Adding missing file and fixing config file in BLS quickstart example (#924)
1 parent b556110 commit af62630

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

docs/bls_quick_start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ profile_models:
7878
- bls
7979
bls_composing_models: add
8080
perf_analyzer_flags:
81-
input-data: <path-to-examples-bls_input_data.json>
81+
input-data: <path-to-examples-quick-start>/bls_input_data.json
8282
triton_launch_mode: docker
8383
triton_docker_shm_size: 2G
8484
output_model_repository_path: <path-to-output-model-repo>/<output_dir>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"data": [
3+
{
4+
"MODEL_NAME": [
5+
"add"
6+
],
7+
"INPUT0": [
8+
0.74106514,
9+
0.7371813,
10+
0.5274665,
11+
0.13930903
12+
],
13+
"INPUT1": [
14+
0.7845891,
15+
0.88089234,
16+
0.8466405,
17+
0.55024815
18+
]
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)