[shardformer] support Blip2 (#4243)

* support base blip2

* add support for downstream blip2 model

* update readme

* add forward injection

* skip not compatible models test

* fix test for gemini and low_level_zero_pugin
This commit is contained in:
FoolPlayer
2023-07-25 14:29:10 +08:00
committed by Hongxin Liu
parent 8120eca0c0
commit 879301d0da
8 changed files with 541 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
from .albert import *
from .bert import *
from .blip2 import *
from .bloom import *
from .chatglm import *
from .gpt import *