Skip to content

Commit

Permalink
TorchScript bad_alloc issue
Browse files Browse the repository at this point in the history
Differential Revision: D65495806
  • Loading branch information
PaulZhang12 authored and facebook-github-bot committed Nov 5, 2024
1 parent 0512183 commit d6ae807
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/unittest_ci_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
conda info
python --version
conda run -n build_binary python --version
conda install -n build_binary \
conda run -n build_binary \
--yes \
pytorch cpuonly -c pytorch-nightly
pip install torch --index-url https://download.pytorch.org/whl/nightly/cu121
conda run -n build_binary \
python -c "import torch.distributed"
conda run -n build_binary \
Expand All @@ -66,7 +66,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 d6ae807

Please sign in to comment.