Skip to content

Commit d085dac

Browse files
author
Hemant Jain
authored
Fix instance type to CPU for optional python model (#4230) (#4291)
- Fixed jetson failure since GPU instances are not supported
1 parent c213be6 commit d085dac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

qa/python_models/optional/config.pbtxt

+7
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,10 @@ output [
5353
dims: [ 1 ]
5454
}
5555
]
56+
57+
instance_group [
58+
{
59+
count: 1
60+
kind : KIND_CPU
61+
}
62+
]

0 commit comments

Comments
 (0)