File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 3636 pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121
3737 python -m pip install -r requirements.txt
3838 python -m pip install -r dev-requirements.txt
39- python -m pip install -e .
4039 - name : Run test_runner.py
4140 run : python ./test_runner.py
4241 - name : Upload Coverage to Codecov
Original file line number Diff line number Diff line change 3636 pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121
3737 python -m pip install -r requirements.txt
3838 python -m pip install -r dev-requirements.txt
39- python -m pip install -e .
4039 - name : Run test_runner.py
4140 run : python ./test_runner.py
4241 - name : Upload Coverage to Codecov
Original file line number Diff line number Diff line change 3636 pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121
3737 python -m pip install -r requirements.txt
3838 python -m pip install -r dev-requirements.txt
39- python -m pip install -e .
4039 - name : Run unit tests with coverage
4140 run : pytest test --cov=. --cov-report=xml --durations=20 -vv
4241 - name : Upload Coverage to Codecov
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ git clone https://github.com/pytorch/torchtitan
5252cd torchtitan
5353pip install -r requirements.txt
5454pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121 # or cu118
55- pip install .
5655```
5756
5857### Downloading a tokenizer
You can’t perform that action at this time.
0 commit comments