Commit 6d3269a
committed
Force old coreml api to fix failing test
Between the previous ci_gpu image and the one in use now, the version of
coreml has changed since it is unpinned (6.3.0 -> 7.0.0). This caused a
test failure in the coreml frontend tests. The problem is that coreml
now uses a new default format for models. This commit forces coreml to
use the old model format so the test passes.
More information can be found here: https://apple.github.io/coremltools/docs-guides/source/convert-learning-models.html
Change-Id: Id2273ccac0ae771f10dda6590e9f4cdd657a5d251 parent 416a33a commit 6d3269a
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
823 | 823 | | |
824 | 824 | | |
825 | 825 | | |
826 | | - | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
827 | 829 | | |
828 | 830 | | |
829 | 831 | | |
| |||
0 commit comments