francesco visconti
Results
1
issues of
francesco visconti
Packages versions: ```toml python = "^3.10" transformers = "^4.45.0" airllm = "^2.11.0" ``` I tried to load the Llama-3.2 model this way: ```python model = AutoModel.from_pretrained("meta-llama/Llama-3.2-3B-Instruct") ``` and I get...