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

Caps max allowed version of transformers for vila. #279

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

cmwilhelm
Copy link
Contributor

v4.34.0 release did a complete refactor of the tokenizer module, see:

huggingface/transformers#23909

Something about the difference is causing vila to
produce literally billions of lines of log warning messages to Datadog in prod.
I don't know if these warnings are meaningful, but they are expensive.

Example logs:
https://app.datadoghq.com/logs?query=service%3Avila-v0%20&cols=host%2Cservice&index=%2A&messageDisplay=inline&refresh_mode=paused&stream_sort=desc&viz=stream&from_ts=1697556761689&to_ts=1697557153857&live=false

Christopher Wilhelm added 2 commits October 17, 2023 13:56
v4.34.0 release did a complete refactor of the tokenizer
module, see:

huggingface/transformers#23909

Something about the difference is causing vila to
produce literally billions of lines of log warning messages
to Datadog in prod. I don't know if these warnings are
meaningful, but they are expensive.
@cmwilhelm cmwilhelm merged commit 750dfe6 into main Oct 17, 2023
5 checks passed
@cmwilhelm cmwilhelm deleted the upper-bound-transformers branch October 17, 2023 21:24
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