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

[CORE] Improvement in ranks code #4718

Merged
merged 1 commit into from May 13, 2024

Conversation

SwapnilDreams100
Copy link
Contributor

DESCRIPTION:
We were facing some OOM errors in the ranks code, so have optimized it by removing the long() operation (vocab sizes should fit in int) and deleting one of the unused vals variables after use.

@simon-mo simon-mo requested review from youkaichao and Yard1 and removed request for youkaichao May 9, 2024 17:18
Copy link
Collaborator

@Yard1 Yard1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be fine

@simon-mo simon-mo merged commit a7be4d0 into vllm-project:main May 13, 2024
53 of 55 checks passed
@SwapnilDreams100 SwapnilDreams100 deleted the test-branch branch May 13, 2024 18:22
robertgshaw2-neuralmagic pushed a commit to neuralmagic/nm-vllm that referenced this pull request May 19, 2024
dtrifiro pushed a commit to dtrifiro/vllm that referenced this pull request May 21, 2024
tybalex pushed a commit to tybalex/vllm-function-call that referenced this pull request May 25, 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.

None yet

3 participants