[hotfix] quick fixes to make legacy tutorials runnable (#5559)

Co-authored-by: Edenzzzz <wtan45@wisc.edu>
This commit is contained in:
Edenzzzz
2024-04-07 12:06:27 +08:00
committed by GitHub
parent 8e412a548e
commit 15055f9a36
8 changed files with 20 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ def synthesize_data():
def main():
colossalai.launch_from_torch(config="./config.py")
colossalai.legacy.launch_from_torch(config="./config.py")
logger = get_dist_logger()