Skip to content

Commit b05fc26

Browse files
authored
Fix discrepancy in regenerate.py (#1583)
1 parent e4ba602 commit b05fc26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/regenerate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ def generate_base_workflow(base_workflow_name, python_version, cu_version,
6262
d["unicode_abi"] = '1'
6363

6464
if cu_version == "cu92":
65-
d["wheel_docker_image"] = "soumith/manylinux-cuda92"
65+
d["wheel_docker_image"] = "pytorch/manylinux-cuda92"
6666
elif cu_version == "cu100":
67-
d["wheel_docker_image"] = "soumith/manylinux-cuda100"
67+
d["wheel_docker_image"] = "pytorch/manylinux-cuda100"
6868

6969
if filter_branch is not None:
7070
d["filters"] = {"branches": {"only": filter_branch}}

0 commit comments

Comments
 (0)