airllm
airllm copied to clipboard
microsoft-phi2:max() arg is an empty sequence
我用以下的代码来加载microsoft-phi2,
from airllm import AutoModel
报错:
270, in split_and_save_layers
if max(shards) > shard:
^^^^^^^^^^^
ValueError: max() arg is an empty sequence
This is on Mac, right?
On Mac microsoft-phi2 is not supported yet, Mac versoin only support llama series models now. we'll support it later.