Skip to content

Commit

Permalink
Merge branch 'master' into cc/run_how_tos
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Oct 28, 2024
2 parents 323b0db + 94e5765 commit 3a4bf9c
Show file tree
Hide file tree
Showing 13 changed files with 2,462 additions and 2,178 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
190 changes: 0 additions & 190 deletions docs/docs/integrations/llms/sambanova.ipynb

This file was deleted.

Loading

0 comments on commit 3a4bf9c

Please sign in to comment.