Skip to content

Commit 1a6caf2

Browse files
committed
remove unnecessary install of torchtitan
ghstack-source-id: fa9aaf3 Pull Request resolved: #295
1 parent 17cda29 commit 1a6caf2

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.github/workflows/integration_test_periodic.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
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

.github/workflows/unit_test_4gpu.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
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

.github/workflows/unit_test_cpu.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
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

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ git clone https://github.com/pytorch/torchtitan
5252
cd torchtitan
5353
pip install -r requirements.txt
5454
pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121 # or cu118
55-
pip install .
5655
```
5756

5857
### Downloading a tokenizer

0 commit comments

Comments
 (0)