Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Max context window #51

Open
rezzie-rich opened this issue Jul 26, 2024 · 1 comment
Open

Max context window #51

rezzie-rich opened this issue Jul 26, 2024 · 1 comment

Comments

@rezzie-rich
Copy link

There are models that have context windows much higher than default value going up to 1M. However, the dispite showing model supports 131k windows or 1M. When trying to load with higher value, it gives an error. Once it fails to load with max supported context, lowering it doesn't help either. the model just continuesly give the same error until it is loaded in default value or similar. Sometimes, it doesn't load at all.

I know loading with a higher window takes more ram, but 64gb Ram should be able to load a 7/3b model with a 131k+ window.

Besides just showing the max window supported by the model, it should also show that the max window can be loaded given the machines hardware. This way, models can be used with their max potential with any given machine.

Currently, while downloading any model, it does show that the ram amount is required to load the model, but that might be with the default value of 2k/4k.

@rezzie-rich
Copy link
Author

Screenshot from 2024-08-04 03-55-18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant