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

Fix (GPFQ): use max/mean to avoid running out of memory #890

Closed

Conversation

fabianandresgrob
Copy link
Collaborator

For the GPFQ algorithm, larger models lead to an OutOfMemory error. This is because the GPFQ algorithm uses all calibration data provided. Instead of iteratively concatenating the new input to all previous ones, we could use a running average, or always select the max of the new input and the previous ones.

@Giuseppe5
Copy link
Collaborator

Closing this since it seems to provide poorer performances compared to standard implementation

@Giuseppe5 Giuseppe5 closed this May 14, 2024
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

Successfully merging this pull request may close these issues.

2 participants