airllm
airllm copied to clipboard
airllm/utils.py:302 list index out of range
Packages versions:
python = "^3.10"
transformers = "^4.45.0"
airllm = "^2.11.0"
I tried to load the Llama-3.2 model this way:
model = AutoModel.from_pretrained("meta-llama/Llama-3.2-3B-Instruct")
and I get an error at line 302 of utils.py:
single_modelfile = shards[0]
IndexError: list index out of range
same issue
same here
I was just trying it today, and I came up with the same issue. Has anyone found the solution yet?