Skip to content

Commit

Permalink
Ignore warning from transformers using deprecated Pydantic syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Nov 15, 2023
1 parent b60bb7a commit 07bd334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ testpaths = ["tests"]
filterwarnings = [
"error",
"ignore::numba.core.errors.NumbaPendingDeprecationWarning",
"ignore::pydantic.warnings.PydanticDeprecatedSince20",
"ignore::FutureWarning:transformers.*",
"ignore::UserWarning:torch.cuda.*"
]
Expand Down

0 comments on commit 07bd334

Please sign in to comment.