Skip to content

Commit 51fdf03

Browse files
PaulZhang12facebook-github-bot
authored andcommitted
TorchScript bad_alloc issue (#2542)
Summary: Pull Request resolved: #2542 Differential Revision: D65495806
1 parent 7e867ad commit 51fdf03

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/unittest_ci_cpu.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ jobs:
4545
conda info
4646
python --version
4747
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 --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
5150
conda run -n build_binary \
5251
python -c "import torch.distributed"
5352
conda run -n build_binary \

0 commit comments

Comments
 (0)