Commit 92f9a8c
Summary:
Original commit changeset: ae667b071853
Original Phabricator Diff: D81256207
Since the introduction of D80715432, WhatsApp is seeing an increase in model load failures with error code 0x23 (P1948468840). From logs, the underlying issue is something like "Model init failed “model.mlmodelc” couldn’t be moved to “models” because an item with the same name already exists."
FB app has also seen an increase in error code 0x23 since 9/5.
We are unable to reproduce this error locally, but out of caution we want to revert D80715432 and see if the errors resolve.
Since D80715432 landed, we also landed D81256207 to add more logging. To prevent conflicts, we backout in 3 steps:
* In diff 1/3, we backout D81256207, which added more logging
* In diff 2/3, we backout D80715432, which is the problematic diff we're trying to revert
* In diff 3/3, we introduce some of the logging we backed out in diff 1/3
Differential Revision: D82581442
1 parent b1a41e7 commit 92f9a8c
File tree
1 file changed
+0
-3
lines changed- backends/apple/coreml/runtime/delegate
1 file changed
+0
-3
lines changedLines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
452 | | - | |
453 | 452 | | |
454 | 453 | | |
455 | 454 | | |
456 | 455 | | |
457 | 456 | | |
458 | 457 | | |
459 | | - | |
460 | 458 | | |
461 | 459 | | |
462 | 460 | | |
| |||
492 | 490 | | |
493 | 491 | | |
494 | 492 | | |
495 | | - | |
496 | 493 | | |
497 | 494 | | |
498 | 495 | | |
| |||
0 commit comments