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

fix(utils.py): handle failed hf tokenizer request during calls #8032

Merged
merged 6 commits into from
Jan 29, 2025

Conversation

krrishdholakia
Copy link
Contributor

@krrishdholakia krrishdholakia commented Jan 27, 2025

prevents proxy from failing due to bad hf tokenizer calls

  • fix(utils.py): handle failed hf tokenizer request during calls

prevents proxy from failing due to bad hf tokenizer calls

  • fix(utils.py): convert failure callback str to custom logger class

Fixes #8013

  • test(test_utils.py): fix test - avoid adding mlflow dep on ci/cd

  • fix: add missing env vars to test

  • test: cleanup redundant test

prevents proxy from failing due to bad hf tokenizer calls
Copy link

vercel bot commented Jan 27, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
litellm ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 28, 2025 6:33am

@krrishdholakia krrishdholakia merged commit c2e3986 into main Jan 29, 2025
30 of 31 checks passed
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.

[Bug]: Regression in failure callback handling
1 participant