You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# XXX: fetch model provider based on model name in a more general wayifmodel_name=="gpt-neox":
provider=mii.constants.MODEL_PROVIDER_NAME_EAelif ("bigscience/bloom"==model_name) or ("microsoft/bloom"inmodel_name):
provider=mii.constants.MODEL_PROVIDER_NAME_HF_LLMelifself.task==mii.Tasks.TEXT2IMG:
provider=mii.constants.MODEL_PROVIDER_NAME_DIFFUSERSelse:
provider=mii.constants.MODEL_PROVIDER_NAME_HFserver_args_str+=f" --provider {provider}"
Looks like DeepSpeed-MII recently removed the Bloom-specific LLM functionality and replaced it with a generalized "meta tensor" functionality: microsoft/DeepSpeed-MII@60a85dc
w/ bf16
The text was updated successfully, but these errors were encountered: