-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(utils.py): handle failed hf tokenizer request during calls (#8032)
* 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
- v1.61.8-nightly
- v1.61.7
- v1.61.7.dev1
- v1.61.7-nightly
- v1.61.6.dev1
- v1.61.6-nightly
- v1.61.5-nightly
- v1.61.4-nightly
- v1.61.3
- v1.61.3.dev1
- v1.61.3-stable
- v1.61.3-nightly
- v1.61.2-nightly
- v1.61.1
- v1.61.1.dev5
- v1.61.1.dev2
- v1.61.1.dev1
- v1.61.0
- v1.61.0.dev1
- v1.60.8
- v1.60.6
- v1.60.5
- v1.60.5-dev1
- v1.60.4
- v1.60.4-stable
- v1.60.2
- v1.60.2-dev1
- v1.60.0
- v1.60.0.dev4
- v1.60.0.dev2
- v1.60.0.dev1
- v1.59.10
- v1.59.9
- v1.59.8-dev1
1 parent
74e332b
commit c2e3986
Showing
3 changed files
with
136 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters