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 9a24af4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/unittest_ci_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
fail-fast: false
matrix:
include:
- os: linux.2xlarge
- os: linux.20_04.4x
python-version: 3.9
python-tag: "py39"
- os: linux.2xlarge
- os: linux.20_04.4x
python-version: '3.10'
python-tag: "py310"
- os: linux.2xlarge
- os: linux.20_04.4x
python-version: '3.11'
python-tag: "py311"
- os: linux.2xlarge
- os: linux.20_04.4x
python-version: '3.12'
python-tag: "py312"
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
Expand All @@ -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==2.6.0.dev20241102+cpu --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 9a24af4

Please sign in to comment.