mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-25 11:44:03 +00:00
[misc] resolve code factor issues (#4433)
This commit is contained in:
@@ -15,7 +15,7 @@ def test_gpt():
|
||||
for name, (model_fn, data_gen_fn, _, _, _) in sub_registry.items():
|
||||
model = model_fn()
|
||||
|
||||
# TODO: support the following models
|
||||
# TODO(ver217): support the following models
|
||||
# 1. GPT2DoubleHeadsModel
|
||||
# as they are not supported, let's skip them
|
||||
if model.__class__.__name__ in ['GPT2DoubleHeadsModel', 'GPT2ForQuestionAnswering']:
|
||||
|
Reference in New Issue
Block a user