We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253f2ee commit bb32d9bCopy full SHA for bb32d9b
examples/cuda/scripts/export.py
@@ -24,7 +24,7 @@
24
from torch._inductor.decomposition import conv1d_to_conv2d
25
from torch.nn.attention import SDPBackend
26
27
-# Script to export a model with coreml delegation.
+# Script to export a model with CUDA delegation.
28
29
_EDGE_COMPILE_CONFIG = EdgeCompileConfig(
30
_check_ir_validity=False,
0 commit comments