Skip to content

Commit 11d5be8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittest_ci_cpu.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
conda info
4646
python --version
4747
conda run -n build_binary python --version
48-
conda install -n build_binary \
48+
conda run -n build_binary \
4949
--yes \
50-
pytorch cpuonly -c pytorch-nightly
50+
pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
5151
conda run -n build_binary \
5252
python -c "import torch.distributed"
5353
conda run -n build_binary \

0 commit comments

Comments
 (0)