mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-08 04:24:47 +00:00
[release] update version (#5752)
* [release] update version * [devops] update compatibility test * [devops] update compatibility test * [devops] update compatibility test * [devops] update compatibility test * [test] fix ddp plugin test * [test] fix gptj and rpc test * [devops] fix cuda ext compatibility * [inference] fix flash decoding test * [inference] fix flash decoding test
This commit is contained in:
@@ -240,7 +240,6 @@ def run_gptj_3d_test(test_config):
|
||||
def check_gptj(rank, world_size, port):
|
||||
disable_existing_loggers()
|
||||
colossalai.launch(
|
||||
config={},
|
||||
rank=rank,
|
||||
world_size=world_size,
|
||||
host="localhost",
|
||||
@@ -253,7 +252,6 @@ def check_gptj(rank, world_size, port):
|
||||
def check_gptj_3d(rank, world_size, port):
|
||||
disable_existing_loggers()
|
||||
colossalai.launch(
|
||||
config={},
|
||||
rank=rank,
|
||||
world_size=world_size,
|
||||
host="localhost",
|
||||
|
Reference in New Issue
Block a user