Skip to content

Commit ac787ab

Browse files
committed
depend on torchdata 0.8.0 instead of nightly
[ghstack-poisoned]
1 parent b3cc870 commit ac787ab

File tree

5 files changed

+1
-4
lines changed

5 files changed

+1
-4
lines changed

.ci/docker/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
torch >= 2.3.0
2+
torchdata >= 0.8.0
23
datasets >= 2.19.0
34
tomli >= 1.1.0 ; python_version < "3.11"
45
tensorboard

.github/workflows/integration_test_4gpu.yaml

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

.github/workflows/integration_test_8gpu.yaml

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

.github/workflows/unit_test_cpu.yaml

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

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ git clone https://github.com/pytorch/torchtitan
6464
cd torchtitan
6565
pip install -r requirements.txt
6666
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
6867
```
6968

7069
### Downloading a tokenizer

0 commit comments

Comments
 (0)