"docs/source/vscode:/vscode.git/clone" did not exist on "8f6373c61ca71d2d8176e181b587a2307d8358c8"
Unverified Commit 8dcf494e authored by Younes Belkada's avatar Younes Belkada Committed by GitHub
Browse files

[ROC_BERT] Make CI happy (#20175)

* fix slow test

* Update tests/models/roc_bert/test_modeling_roc_bert.py
parent 7b55bb45
......@@ -705,4 +705,4 @@ class RoCBertModelIntegrationTest(unittest.TestCase):
# convert to tokens is: ['[CLS]', '巴', '*', '黎', '是', '法', '国', '的', '首', '都', '[SEP]']
expected_output = torch.tensor([[101, 2349, 115, 7944, 3221, 3791, 1744, 4638, 7674, 6963, 102]])
self.assertTrue(output_ids, expected_output)
self.assertEqual(output_ids, expected_output)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment