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

upgrade vllm to the latest version #77

Merged
merged 5 commits into from
Nov 20, 2024
Merged

upgrade vllm to the latest version #77

merged 5 commits into from
Nov 20, 2024

Conversation

xffxff
Copy link
Collaborator

@xffxff xffxff commented Nov 19, 2024

close #76

The upgrade of vllm will indirectly upgrade dependencies such as Torch and Transformers, so we need to verify that the upgrade does not break anything.

  • Ensure that inference with Hugging Face works as it did before.
  • Ensure that inference with vllm works as it did before.
  • Ensure that training functions properly as it did before.

@xffxff
Copy link
Collaborator Author

xffxff commented Nov 19, 2024

Upgrading vllm is truly a nightmare 😨. I'll take some time to attempt merging it into the vllm repository. 🤔

@xffxff
Copy link
Collaborator Author

xffxff commented Nov 19, 2024

image Get the same loss curve as the previous code. Nice!

@xffxff
Copy link
Collaborator Author

xffxff commented Nov 19, 2024

Get an accuracy score of 86.61, compared to the previous code's 86.56

@xffxff xffxff merged commit 9c5139f into main Nov 20, 2024
2 checks passed
@xffxff xffxff deleted the upgrade branch November 20, 2024 06:48
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.

Plan to support latest vLLM?
2 participants