"to be not" -> "not to be" (#32636)
* "to be not" -> "not to be" * Update sam.md * Update trainer.py * Update modeling_utils.py * Update test_modeling_utils.py * Update test_modeling_utils.py
This commit is contained in:
committed by
GitHub
parent
126cbdb365
commit
f1c8542ff7
@@ -344,7 +344,7 @@ class BloomModelTest(ModelTesterMixin, GenerationTesterMixin, PipelineTesterMixi
|
||||
fx_compatible = True
|
||||
test_missing_keys = False
|
||||
test_pruning = False
|
||||
test_torchscript = True # torch.autograd functions seems to be not supported
|
||||
test_torchscript = True # torch.autograd functions seems not to be supported
|
||||
|
||||
def setUp(self):
|
||||
self.model_tester = BloomModelTester(self)
|
||||
|
||||
Reference in New Issue
Block a user