Make TrainerHyperParameterSigOptIntegrationTest slow test (#17288)

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar 2022-05-16 20:18:09 +02:00 committed by GitHub
parent ddb1a47ec8
commit 66b3e106a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1901,6 +1901,7 @@ class TrainerHyperParameterRayIntegrationTest(unittest.TestCase):
self.ray_hyperparameter_search()
@slow
@require_torch
@require_sigopt
class TrainerHyperParameterSigOptIntegrationTest(unittest.TestCase):