mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-01 17:17:05 +00:00
[test] Fix/fix testcase (#5770)
* [fix] branch for fix testcase; * [fix] fix test_analyzer & test_auto_parallel; * [fix] remove local change about moe; * [fix] rm local change moe;
This commit is contained in:
@@ -859,7 +859,7 @@ if CODEGEN_AVAILABLE:
|
||||
{wrap_stmts}
|
||||
{prologue}
|
||||
{code}"""
|
||||
return PythonCode(fn_code, globals_)
|
||||
return PythonCode(fn_code, globals_, {})
|
||||
|
||||
else:
|
||||
|
||||
|
Reference in New Issue
Block a user