Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 15, 2023
1 parent 27b7694 commit e7476e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
hyperparameters: transformer hyperparameters
"""


class FalconTransformerLayer(TransformerLayer):
"""A single transformer layer.
Expand Down
2 changes: 1 addition & 1 deletion tests/collections/nlp/test_falcon_transformer_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
from nemo.collections.nlp.models.language_modeling.megatron.falcon.falcon_decoder_layer import FalconTransformerLayer
from nemo.collections.nlp.models.language_modeling.megatron.falcon.falcon_spec import get_falcon_layer_spec


@pytest.mark.run_only_on('GPU')
class TestParallelFalconTransformerLayer:

def setup_method(self, method):
model_parallel_cuda_manual_seed(123)
transformer_config = TransformerConfig(
Expand Down

0 comments on commit e7476e8

Please sign in to comment.