Skip to content

Commit bb32d9b

Browse files
committed
Remove CoreML
1 parent 253f2ee commit bb32d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cuda/scripts/export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from torch._inductor.decomposition import conv1d_to_conv2d
2525
from torch.nn.attention import SDPBackend
2626

27-
# Script to export a model with coreml delegation.
27+
# Script to export a model with CUDA delegation.
2828

2929
_EDGE_COMPILE_CONFIG = EdgeCompileConfig(
3030
_check_ir_validity=False,

0 commit comments

Comments
 (0)