Skip to content

Commit

Permalink
TorchScript bad_alloc issue (pytorch#2542)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#2542

Differential Revision: D65495806
  • Loading branch information
PaulZhang12 authored and facebook-github-bot committed Nov 5, 2024
1 parent 7e867ad commit 51fdf03
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/unittest_ci_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ jobs:
conda info
python --version
conda run -n build_binary python --version
conda install -n build_binary \
--yes \
pytorch cpuonly -c pytorch-nightly
conda run -n build_binary \
pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
conda run -n build_binary \
python -c "import torch.distributed"
conda run -n build_binary \
Expand Down

0 comments on commit 51fdf03

Please sign in to comment.