Compare commits
No commits in common. "main" and "refs/deployment/triton" have entirely different histories.
main
...
refs/deplo
BIN
1/model.xml
BIN
1/model.xml
Binary file not shown.
19
config.pbtxt
19
config.pbtxt
@ -1,2 +1,21 @@
|
|||||||
# Triton backend to use
|
# Triton backend to use
|
||||||
|
name: "yolo-git"
|
||||||
backend: "openvino"
|
backend: "openvino"
|
||||||
|
platform: "openvino_ov"
|
||||||
|
max_batch_size: 0
|
||||||
|
|
||||||
|
input [
|
||||||
|
]
|
||||||
|
|
||||||
|
output [
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
instance_group [
|
||||||
|
{
|
||||||
|
kind: KIND_AUTO
|
||||||
|
count: 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user