mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
[ModelOnTheFlyConversionTester
] Mark as slow for now (#27823)
* mark test as slow for now * style
This commit is contained in:
parent
269078a7eb
commit
c0b9db0914
@ -1167,6 +1167,7 @@ class ModelUtilsTest(TestCasePlus):
|
||||
self.assertTrue(torch.equal(p1, p2))
|
||||
|
||||
|
||||
@slow
|
||||
@require_torch
|
||||
class ModelOnTheFlyConversionTester(unittest.TestCase):
|
||||
@classmethod
|
||||
|
Loading…
Reference in New Issue
Block a user