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 1
1
torch >= 2.3.0
2
+ torchdata >= 0.8.0
2
3
datasets >= 2.19.0
3
4
tomli >= 1.1.0 ; python_version < "3.11"
4
5
tensorboard
Original file line number Diff line number Diff line change 38
38
pip config --user set global.progress_bar off
39
39
40
40
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/
42
41
USE_CPP=0 python -m pip install git+https://github.com/pytorch/ao.git
43
42
mkdir artifacts-to-be-uploaded
44
43
python ./test_runner.py artifacts-to-be-uploaded --ngpu 4
Original file line number Diff line number Diff line change 37
37
pip config --user set global.progress_bar off
38
38
39
39
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/
41
40
mkdir artifacts-to-be-uploaded
42
41
python ./test_runner.py artifacts-to-be-uploaded --ngpu 8
Original file line number Diff line number Diff line change 25
25
pip config --user set global.progress_bar off
26
26
27
27
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
29
28
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
64
64
cd torchtitan
65
65
pip install -r requirements.txt
66
66
pip3 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
68
67
```
69
68
70
69
### Downloading a tokenizer
You can’t perform that action at this time.
0 commit comments