Skip to content

Commit

Permalink
partners/huggingface: release 0.1.1 (#27691)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Oct 28, 2024
1 parent 6d524e9 commit 583808a
Show file tree
Hide file tree
Showing 3 changed files with 1,481 additions and 1,303 deletions.
5 changes: 5 additions & 0 deletions .github/scripts/check_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ def _get_configs_for_single_dir(job: str, dir_: str) -> List[Dict[str, str]]:
# declare deps in funny way
py_versions = ["3.9", "3.11"]

elif dir_ == "libs/partners/huggingface":
# huggingface tokenizers doesn't support 3.13 yet
# because of pep517 builds
py_versions = ["3.9", "3.12"]

elif dir_ in ["libs/community", "libs/langchain"] and job == "extended-tests":
# community extended test resolution in 3.12 is slow
# even in uv
Expand Down
Loading

0 comments on commit 583808a

Please sign in to comment.