benchmark
78e54615 - Move GNN models to canary_models to bypass CI check (#1557)

Commit
2 years ago
Move GNN models to canary_models to bypass CI check (#1557) Summary: Fix https://github.com/pytorch/benchmark/issues/1552. At current phase, PyTorch nightly does not match dependency libraries from https://data.pyg.org/whl/torch-2.0.0+cu117.html. PyG maintainer has confirmed this, and will not update the wheel based on PyTorch nightly. In this PR, we will move GNN models to `canary_models` to bypass CI check. Once the wheel in PyG is stable with PyTorch nightly, we will move back to `models`. Pull Request resolved: https://github.com/pytorch/benchmark/pull/1557 Reviewed By: aaronenyeshi Differential Revision: D45075475 Pulled By: xuzhao9 fbshipit-source-id: 1e85b215f7ad7cdfa702bf38262bc87d12b469c6
Author
Parents
Loading