llama.cpp says n_ctx_seq (131072) > n_ctx_train (128000)

#13
by MuAlphaOmegaEpsilon - opened

If I attempt to launch llama-server with the -c 131072 parameter, I see the following in the logs:

0.02.326.678 W llama_context: n_ctx_seq (131072) > n_ctx_train (128000) -- possible training context overflow

Of course the warning goes away if I pass -c 128000.

Is this expected?

Liquid AI org

Yes, llama.cpp infers it from the config file of the model. I updated the model card to remove this ambiguity. Thanks for flagging this!

Sign up or log in to comment