Skip to content

Commit 8a92fb6

Browse files
authored
update README.md with up-to-date installation instructions (#894)
Summary: Seems like we need to install the module after the latest codebase refactors, updating the README.md to match since this is BC breaking. Test Plan: ``` with-proxy CONFIG_FILE="./torchtitan/models/llama/train_configs/debug_model.toml" ./run_train.sh ``` Reviewers: Subscribers: Tasks: Tags:
1 parent 6cb13c7 commit 8a92fb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ git clone https://github.com/pytorch/torchtitan
7373
cd torchtitan
7474
pip install -r requirements.txt
7575
pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124 --force-reinstall
76+
pip install -e .
7677
```
7778

7879
### Downloading a tokenizer

0 commit comments

Comments
 (0)