Skip to content

Commit 857ee38

Browse files
authored
updates samples (#99)
Signed-off-by: Michael Kalantar <[email protected]>
1 parent 40fb76a commit 857ee38

File tree

3 files changed

+13
-390
lines changed

3 files changed

+13
-390
lines changed

samples/kserve-serving/input.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"inputs": [
3+
{
4+
"name": "input-0",
5+
"shape": [2, 4],
6+
"datatype": "FP32",
7+
"data": [
8+
[6.8, 2.8, 4.8, 1.4],
9+
[6.0, 3.4, 4.5, 1.6]
10+
]
11+
}
12+
]
13+
}

samples/kserve-serving/sleep.sh

Whitespace-only changes.

0 commit comments

Comments
 (0)