"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "116f70cbf803c2e3dea2c042d01470ef2396ff9b"
Unverified Commit 566d231a authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[Dist] fix argument consistent with help message (#4957)

parent 0a655592
...@@ -134,7 +134,7 @@ if __name__ == "__main__": ...@@ -134,7 +134,7 @@ if __name__ == "__main__":
) )
parser.add_argument( parser.add_argument(
"--part-config", type=str, help="The file of the partition config" "--part_config", type=str, help="The file of the partition config"
) )
args, _ = parser.parse_known_args() args, _ = parser.parse_known_args()
assert ( assert (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment