diff --git a/pyproject.toml b/pyproject.toml index 0858868..f78c1ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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= [ diff --git a/src/utils/import_utils.py b/src/utils/import_utils.py index 539eb43..de20fd4 100644 --- a/src/utils/import_utils.py +++ b/src/utils/import_utils.py @@ -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(