Skip to content

Commit

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

Differential Revision: D65495806
  • Loading branch information
PaulZhang12 authored and facebook-github-bot committed Nov 5, 2024
1 parent 7e867ad commit ef55de8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 torch --index-url https://download.pytorch.org/whl/cpu
conda run -n build_binary \
python -c "import torch.distributed"
conda run -n build_binary \
Expand All @@ -66,7 +65,8 @@ jobs:
conda run -n build_binary \
python -c "import numpy"
echo "numpy succeeded"
conda install -n build_binary -y pytest
conda run -n build_binary \
pip install pytest
conda run -n build_binary \
python -m pytest torchrec -v -s -W ignore::pytest.PytestCollectionWarning --continue-on-collection-errors \
--ignore-glob=**/test_utils/
Expand Down

0 comments on commit ef55de8

Please sign in to comment.