Skip to content

Commit

Permalink
Ignore torch warning in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Feb 2, 2024
1 parent 5ef6eb0 commit 9a2f8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ filterwarnings = [
"ignore::numba.core.errors.NumbaPendingDeprecationWarning",
"ignore::pydantic.warnings.PydanticDeprecatedSince20",
"ignore::FutureWarning:transformers.*",
"ignore::UserWarning:torch.cuda.*"
"ignore::UserWarning",
]

[tool.mypy]
Expand Down

0 comments on commit 9a2f8de

Please sign in to comment.