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

demote recipe string initialization to debug and make more descriptive #116

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

kylesayrs
Copy link
Collaborator

2024-08-26T19:43:23.486418+0000 | create_instance | WARNING - Could not process input as a file path or zoo stub, attempting to process it as a string.

This message appears when compressing a model from a recipe string. As this is a common and well supported use case, this message should be on the debug level rather than warning level.

Additionally, this message appears without much context as to what "instance", "input", or "it" is.

Now:

2024-08-26T19:43:23.486418+0000 | create_instance | DEBUG - Could not initialize recipe as a file path or zoo stub, attempting to process as a string.

@kylesayrs kylesayrs merged commit 0fce948 into main Aug 28, 2024
5 of 7 checks passed
@kylesayrs kylesayrs deleted the kylesayrs/more-descriptive-recipe-info branch August 28, 2024 21:41
markmc pushed a commit to markmc/llm-compressor that referenced this pull request Nov 13, 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