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

[Minor] Remove unused config file #3039

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

esmeetu
Copy link
Collaborator

@esmeetu esmeetu commented Feb 26, 2024

This PR remove unused config file with transformers.PretrainedConfig instead.
This also a sub PR of #2637.

Comment on lines +65 to +66
# this model must need this dependency
from hf_olmo import OLMoConfig
Copy link
Collaborator

Choose a reason for hiding this comment

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

What does this mean? Why is hf_olmo required?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

OLMo model use this dependency in the configuration file https://huggingface.co/allenai/OLMo-1B/blob/main/configuration_olmo.py. And this will cause error when loading config.json file. https://buildkite.com/vllm/ci/builds/1707#018de7af-2b65-4c56-bbdc-f9db454e2cc5 So we can safely use this in this model.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Got it. Thanks for the clarification!

@WoosukKwon WoosukKwon merged commit d9f726c into vllm-project:main Feb 27, 2024
22 checks passed
aliencaocao added a commit to aliencaocao/vllm that referenced this pull request Feb 29, 2024
@esmeetu esmeetu deleted the remove-config branch March 1, 2024 14:00
xjpang pushed a commit to xjpang/vllm that referenced this pull request Mar 4, 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.

3 participants