diff options
author | Karl Ostmo <kostmo@gmail.com> | 2019-02-19 10:05:19 -0800 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2019-02-19 10:14:21 -0800 |
commit | 43d5cd4d340c41970244c653aa2d1a5f81246c28 (patch) | |
tree | 1f86fd572df5f9ac9dfa4fabc5c1f3f5c3a27c7c /.circleci/config.yml | |
parent | 444039c47bb997f698c2bd9481c8649188038c51 (diff) | |
download | pytorch-43d5cd4d340c41970244c653aa2d1a5f81246c28.tar.gz pytorch-43d5cd4d340c41970244c653aa2d1a5f81246c28.tar.bz2 pytorch-43d5cd4d340c41970244c653aa2d1a5f81246c28.zip |
discrepancy in smoke_macos_libtorch_2.7_cpu job spec (#17224)
Summary:
closes #17223
Pull Request resolved: https://github.com/pytorch/pytorch/pull/17224
Reviewed By: pjh5
Differential Revision: D14121612
Pulled By: kostmo
fbshipit-source-id: bfd5a392de5e614031389725535756d7fa7db784
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 7ae1979188..c4d4a83f9c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2967,7 +2967,7 @@ jobs: smoke_macos_libtorch_2.7_cpu: environment: - BUILD_ENVIRONMENT: "libtorch 2.7m cpu" + BUILD_ENVIRONMENT: "libtorch 2.7 cpu" <<: *smoke_mac_test |