Update context length in README.md

#5
by alvarobartt HF Staff - opened

This PR updates the context length value mentioned in the README.md since it claims 131,072 which is what's commonly known as 128K, but as per https://huggingface.co/LiquidAI/LFM2.5-2.6B/blob/main/config.json#L56 the actual context length is 128,000 instead i.e., 128k.

llama.cpp in fact reports the following:

0.02.167.679 W llama_context: n_ctx_seq (131072) > n_ctx_train (128000) -- possible training context overflow
0.02.778.694 W srv    load_model: the slot context (131072) exceeds the training context of the model (128000) - capping
Liquid AI org

Thanks @alvarobartt ! You're right, it's incorrect but the real value is 131,072 tokens. I fixed it in the config.json.

Awesome @mlabonne thanks for the prompt action!

alvarobartt changed pull request status to closed

Sign up or log in to comment