# 2. Download LFM2-24B-A2B (~14 GB, requires HuggingFace access)
# Request access: https://huggingface.co/LiquidAI/LFM2-24B-A2B-Preview
pip install huggingface-hub
python3 -c "
from huggingface_hub import hf_hub_download
hf_hub_download('LiquidAI/LFM2-24B-A2B-Preview',
'LFM2-24B-A2B-Preview-Q4_K_M.gguf',
local_dir='$HOME/Projects/_models/')
"
I am trying to run https://github.com/Liquid4All/cookbook/tree/main/examples/localcowork
When I get to this step in the README.md
I get "Error 404" from https://huggingface.co/LiquidAI/LFM2-24B-A2B-Preview
I am logged into huggingface and cannot see a way to request access to this model.