mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-16 06:30:41 +00:00
[misc] resolve code factor issues (#4433)
This commit is contained in:
@@ -105,10 +105,10 @@ def check_forward_backward(model_fn, data_gen_fn, output_transform_fn, loss_fn,
|
||||
@clear_cache_before_run()
|
||||
def run_t5_test(test_config):
|
||||
|
||||
# TODO: add plugin_config for TP+DP after supporting & debugging it
|
||||
# TODO(baizhou): add plugin_config for TP+DP after supporting & debugging it
|
||||
# {'tp_size': 2, 'pp_size': 1, 'enable_fused_normalization': True}
|
||||
|
||||
# TODO: add test_config for flash attention & jit operator after supporting
|
||||
# TODO(baizhou): add test_config for flash attention & jit operator after supporting
|
||||
|
||||
sub_model_zoo = model_zoo.get_sub_registry('transformers_t5')
|
||||
|
||||
|
Reference in New Issue
Block a user