Downloading this failed for me

#1
by deepsbackup1401 - opened
OSError: LiquidAI/LFM2-8B-A1B does not appear to have a file named configuration_lfm2_moe.py. Checkout 'https://huggingface.co/LiquidAI/LFM2-8B-A1B/tree/main' for available files.

This is when trying to do AutoConfig.
I am on transformers 4.57.0

Liquid AI org

This is expected. For now, you need to install transformers from source as follows:

pip install git+https://github.com/huggingface/transformers.git@0c9a72e4576fe4c84077f066e585129c97bfd4e6

This model will be added to the next release of transformers soon!

Sign up or log in to comment