Skip to content

Commit

Permalink
Add copyright headers to torchvct tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuckley committed Nov 8, 2023
1 parent 0cd49a9 commit fbaf7e7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
6 changes: 5 additions & 1 deletion projects/torch_vct/tests/neural/test_entropy_model_layers.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

import pytest
import torch

from projects.torch_vct.neural.entropy_model_layers import (
LearnedPosition,
StartSym,
Transformer,
TransformerBlock,
)

Expand Down
5 changes: 5 additions & 0 deletions projects/torch_vct/tests/neural/test_layers_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

import pytest
import torch

Expand Down
5 changes: 5 additions & 0 deletions projects/torch_vct/tests/neural/test_patcher.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

import pytest
import torch

Expand Down

0 comments on commit fbaf7e7

Please sign in to comment.