Skip to content

Commit

Permalink
Hide warning [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Apr 25, 2024
1 parent 46cef5d commit 7c4ab24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "DataDreamer"
version = "0.30.0"
version = "0.31.0"
description = "Prompt. Generate Synthetic Data. Train & Align Models."
license = "MIT"
authors= [
Expand Down
2 changes: 1 addition & 1 deletion src/utils/import_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def ignore_training_warnings():
warnings.filterwarnings(
"ignore",
category=UserWarning,
message=".*please pass in use_reentrant.*",
message=".*use_reentrant.*",
module="torch.utils.checkpoint",
)
warnings.filterwarnings(
Expand Down

0 comments on commit 7c4ab24

Please sign in to comment.