mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[EZ] Delete CircleCI case (#160479)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/160479 Approved by: https://github.com/izaitsevfb ghstack dependencies: #160477
This commit is contained in:
committed by
PyTorch MergeBot
parent
8d1cf52922
commit
32099961d5
@ -5,10 +5,6 @@ set -ex
|
|||||||
SCRIPTPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
SCRIPTPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||||
|
|
||||||
case "${GPU_ARCH_TYPE:-BLANK}" in
|
case "${GPU_ARCH_TYPE:-BLANK}" in
|
||||||
BLANK)
|
|
||||||
# Legacy behavior for CircleCI
|
|
||||||
bash "${SCRIPTPATH}/build_cuda.sh"
|
|
||||||
;;
|
|
||||||
cuda)
|
cuda)
|
||||||
bash "${SCRIPTPATH}/build_cuda.sh"
|
bash "${SCRIPTPATH}/build_cuda.sh"
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user