We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6105040 commit 46a53cdCopy full SHA for 46a53cd
tests/test_dataset_formatting.py
@@ -118,6 +118,7 @@ def test_get_formatting_func_from_dataset_with_unknown_format(self):
118
assert formatting_func is None
119
120
121
+@pytest.mark.filterwarnings("ignore::FutureWarning")
122
class TestSetupChatFormat(TrlTestCase):
123
def setup_method(self):
124
self.tokenizer = AutoTokenizer.from_pretrained("trl-internal-testing/tiny-Qwen2ForCausalLM-2.5")
0 commit comments