mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-11 22:10:37 +00:00
[test] skip some not compatible models
This commit is contained in:
@@ -90,7 +90,10 @@ def check_gemini_plugin(init_method: str = 'none', early_stop: bool = True):
|
||||
'transformers_gpt_double_heads', 'torchaudio_hubert_base', 'torchaudio_wav2vec2_base',
|
||||
'transformers_t5_for_conditional_generation', 'transformers_t5', 'transformers_t5_encoder_model',
|
||||
'transformers_vit', 'transformers_vit_for_masked_image_modeling',
|
||||
'transformers_vit_for_image_classification'
|
||||
'transformers_vit_for_image_classification', 'transformers_chatglm',
|
||||
'transformers_chatglm_for_conditional_generation', 'transformers_blip2',
|
||||
'transformers_blip2_conditional_gerneration', 'transformers_sam', 'transformers_whisper',
|
||||
'transformers_whisperForConditionalGeneration', 'transformers_whisperWhisperForAudioClassification'
|
||||
]:
|
||||
continue
|
||||
|
||||
|
Reference in New Issue
Block a user