from petals.models.bloom.block import WrappedBloomBlock from petals.models.bloom.config import DistributedBloomConfig from petals.models.bloom.model import ( DistributedBloomForCausalLM, DistributedBloomForSequenceClassification, DistributedBloomModel, )