* LFM2 support * docs * packing seems to work * update install to force install in case already on dev version * default to use chunked cross entropy
8 lines
254 B
Markdown
8 lines
254 B
Markdown
# Liquid Foundation Models 2
|
|
|
|
LFM2 support in transformers exists in the main branch, but is not yet included in the transformers release.
|
|
|
|
```bash
|
|
pip install --upgrade --no-deps --force-reinstall git+https://github.com/huggingface/transformers.git
|
|
```
|