We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b556110 commit af62630Copy full SHA for af62630
docs/bls_quick_start.md
@@ -78,7 +78,7 @@ profile_models:
78
- bls
79
bls_composing_models: add
80
perf_analyzer_flags:
81
- input-data: <path-to-examples-bls_input_data.json>
+ input-data: <path-to-examples-quick-start>/bls_input_data.json
82
triton_launch_mode: docker
83
triton_docker_shm_size: 2G
84
output_model_repository_path: <path-to-output-model-repo>/<output_dir>
examples/quick-start/bls/bls_input_data.json
@@ -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