Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
  • Loading branch information
harupy authored and chenmoneygithub committed Mar 18, 2024
1 parent 43e5cee commit e65fc04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions mlflow/ml-package-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ transformers:
# Avoid this patch: https://github.com/huggingface/transformers/pull/29032
"4.38.0",
"4.38.1",
"4.38.2",
]
requirements:
">= 0.0.0": [
Expand Down Expand Up @@ -560,6 +561,7 @@ transformers:
# Avoid this patch: https://github.com/huggingface/transformers/pull/29032
"4.38.0",
"4.38.1",
"4.38.2",
]
requirements:
">= 0.0.0":
Expand Down
6 changes: 0 additions & 6 deletions tests/transformers/test_transformers_autolog.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@
import mlflow


# TODO: Remove this fixture once https://github.com/huggingface/transformers/pull/29096 is merged
@pytest.fixture(autouse=True)
def set_mlflow_tracking_uri_env_var(monkeypatch: pytest.MonkeyPatch):
monkeypatch.setenv("MLFLOW_TRACKING_URI", mlflow.get_tracking_uri())


@pytest.fixture
def iris_data():
iris = sklearn.datasets.load_iris()
Expand Down

0 comments on commit e65fc04

Please sign in to comment.