From ad1d3710df26a804dcc0603dddac488ed1c0a6d8 Mon Sep 17 00:00:00 2001 From: vasiliy Date: Wed, 26 Feb 2025 07:32:55 -0800 Subject: [PATCH] update README.md with up-to-date installation instructions 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: --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39b08724b2..28d5f77150 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ git clone https://github.com/pytorch/torchtitan cd torchtitan pip install -r requirements.txt pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124 --force-reinstall +pip install -e . ``` ### Downloading a tokenizer