File tree Expand file tree Collapse file tree 5 files changed +1
-4
lines changed Expand file tree Collapse file tree 5 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 11torch >= 2.3.0
2+ torchdata >= 0.8.0
23datasets >= 2.19.0
34tomli >= 1.1.0 ; python_version < "3.11"
45tensorboard
Original file line number Diff line number Diff line change 3838 pip config --user set global.progress_bar off
3939
4040 python -m pip install --force-reinstall --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121
41- python -m pip install --pre torchdata --index-url https://download.pytorch.org/whl/nightly/
4241 USE_CPP=0 python -m pip install git+https://github.com/pytorch/ao.git
4342 mkdir artifacts-to-be-uploaded
4443 python ./test_runner.py artifacts-to-be-uploaded --ngpu 4
Original file line number Diff line number Diff line change 3737 pip config --user set global.progress_bar off
3838
3939 python -m pip install --force-reinstall --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121
40- python -m pip install --pre torchdata --index-url https://download.pytorch.org/whl/nightly/
4140 mkdir artifacts-to-be-uploaded
4241 python ./test_runner.py artifacts-to-be-uploaded --ngpu 8
Original file line number Diff line number Diff line change 2525 pip config --user set global.progress_bar off
2626
2727 pip install --force-reinstall --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
28- pip install --pre torchdata --index-url https://download.pytorch.org/whl/nightly
2928 pytest test --cov=. --cov-report=xml --durations=20 -vv
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ git clone https://github.com/pytorch/torchtitan
6464cd torchtitan
6565pip install -r requirements.txt
6666pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121 # or cu118
67- pip3 install --pre torchdata --index-url https://download.pytorch.org/whl/nightly
6867```
6968
7069### Downloading a tokenizer
You can’t perform that action at this time.
0 commit comments