You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/backends-coreml.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,4 +203,4 @@ This happens because the model is in FP16, but CoreML interprets some of the arg
203
203
2. coremltools/converters/mil/backend/mil/load.py", line 499, in export
204
204
raise RuntimeError("BlobWriter not loaded")
205
205
206
-
If you're using Python 3.13, try reducing your python version to Python 3.12. coremltools does not support Python 3.13.
206
+
If you're using Python 3.13, try reducing your python version to Python 3.12. coremltools does not support Python 3.13, see this [issue](https://github.com/apple/coremltools/issues/2487).
0 commit comments