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

pin sentence-transformers==3.3.1 #33668

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions sdks/python/test-suites/tox/py39/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,7 @@ postCommitPyDep.dependsOn "testPy39transformers-430"

toxTask "testPy39embeddingsMLTransform", "py39-embeddings", "${posargs}"
test.dependsOn "testPy39embeddingsMLTransform"
// TODO(https://github.com/apache/beam/issues/32965): re-enable this suite for the dep
// postcommit once the sentence-transformers import error is debugged
// postCommitPyDep.dependsOn "testPy39embeddingsMLTransform"
postCommitPyDep.dependsOn "testPy39embeddingsMLTransform"

// Part of MLTransform embeddings test suite but requires tensorflow hub, which we need to test on
// mutliple versions so keeping this suite separate.
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ commands =

[testenv:py{39,310}-embeddings]
deps =
sentence-transformers==2.2.2
sentence-transformers==3.3.1
passenv = HF_INFERENCE_TOKEN
extras = test,gcp
commands =
Expand Down
Loading