File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 45
45
conda info
46
46
python --version
47
47
conda run -n build_binary python --version
48
- conda install -n build_binary \
49
- --yes \
50
- pytorch cpuonly -c pytorch-nightly
48
+ conda run -n build_binary \
49
+ pip install torch --index-url https://download.pytorch.org/whl/nightly/cu121
51
50
conda run -n build_binary \
52
51
python -c "import torch.distributed"
53
52
conda run -n build_binary \
66
65
conda run -n build_binary \
67
66
python -c "import numpy"
68
67
echo "numpy succeeded"
69
- conda install -n build_binary -y pytest
68
+ conda run -n build_binary \
69
+ pip install pytest
70
70
conda run -n build_binary \
71
71
python -m pytest torchrec -v -s -W ignore::pytest.PytestCollectionWarning --continue-on-collection-errors \
72
72
--ignore-glob=**/test_utils/
You can’t perform that action at this time.
0 commit comments