Hi,
I am trying to load mosaicml/mpt-7b-instruct
with load_in_8bits=True
and device_map="auto"
, however I get the following error:
ValueError: MPTForCausalLM does not support `device_map='auto'` yet.
How can I get rid of this error?
Thanks!