Skip to content

Commit 17a4b70

Browse files
committed
Update docs
1 parent a2b97d8 commit 17a4b70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/encoders.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ For each encoder, the table below provides detailed information:
5151
Indicates whether the encoder can be scripted with ``torch.jit.script``.
5252

5353
4. **Compile**:
54-
Indicates whether the encoder is compatible with ``torch.compile`` for enhanced performance.
54+
Indicates whether the encoder is compatible with ``torch.compile(model, fullgraph=True, dynamic=True, backend="eager")``.
55+
You may still get some issues with another backends, such as ``inductor``, depending on the torch/cuda/... dependencies version,
56+
but most of the time it will work.
5557

5658
5. **Export**:
5759
Indicates whether the encoder can be exported using ``torch.export.export``, making it suitable for deployment in different environments (e.g., ONNX).

0 commit comments

Comments
 (0)