GGUF metadata has wrong context window

#6
by mtasic85 - opened

You official context window is 131072, but GGUFs are generated with 128000. Perhaps you should fix and re-upload GGUFs, so we don't get hard cap in llama.cpp server. Check log:

0.01.785.895 W llama_context: n_ctx_seq (131072) > n_ctx_train (128000) -- possible training context overflow
0.01.908.299 W srv    load_model: the slot context (131072) exceeds the training context of the model (128000) - capping

There is one more issue in GGUF, in metadata of GGUF files, temp: 0.2 and top_k: 80, while it is being suggested to use temp: 0.1 and top_k: 50.

Also we need clarification about previous question about context_length.

@mlabonne @iamleonie

Liquid AI org

Hey thanks for your feedback! We just re-uploaded the GGUF files, let me know if you see other issues.

mtasic85 changed discussion status to closed

Sign up or log in to comment