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 4b041be commit 5962642Copy full SHA for 5962642
1 file changed
README.md
@@ -112,6 +112,12 @@ pip install --pre torchdata --index-url https://download.pytorch.org/whl/nightly
112
113
> **Note:** The nightly build of `torchdata` is required when using a PyTorch nightly. Install it from the nightly index as shown above.
114
115
+To install `torchtitan` as a package locally (e.g. to import it from other projects) without pulling in its dependencies, run:
116
+
117
+```bash
118
+pip install -e . --no-deps
119
+```
120
121
### Nightly builds
122
123
This method requires the nightly build of PyTorch. You can replace `cu130` with another version of cuda or an AMD GPU (e.g. `rocm6.3`).
0 commit comments