SIGN IN SIGN UP

Pretrain, finetune ANY AI model of ANY size on 1 or 10,000+ GPUs with zero code changes.

0 0 0 Python

fix: resolve torch.jit doc warnings and Windows gloo xfail for PT 2.11

- Replace Sphinx cross-refs (:class:/:func:/:mod: torch.jit.*) with code literals in to_torchscript and model_summary docstrings; torch.jit no longer appears in PyTorch 2.11 intersphinx inventory (TorchScript is deprecated upstream)
- Add torch.jit.{ScriptModule,script,trace} + torch.jit module to nitpick_ignore to suppress type-annotation-generated references in Sphinx autodoc
- Add _TORCH_GREATER_EQUAL_2_11 version flag to pytorch imports
- Narrow _xfail_gloo_windows to PT 2.8–2.10 only (gloo makeDeviceForHostname error was fixed in PT 2.11 on Windows)

---
Co-authored-by: Claude Code <[email protected]>
J
jirka committed
97828c6ce1987abc4f2fdd6f8246413ff0345ffb
Parent: b64399d