Skip to content

Commit 77d9fd6

Browse files
[teams] Move teams from nlp/projects to official/projects
PiperOrigin-RevId: 418685487
1 parent d7eabef commit 77d9fd6

22 files changed

+23
-9
lines changed

official/nlp/configs/encoders_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from official.modeling import hyperparams
2121
from official.nlp.configs import encoders
2222
from official.nlp.modeling import networks
23-
from official.nlp.projects.teams import teams
23+
from official.projects.teams import teams
2424

2525

2626
class EncodersTest(tf.test.TestCase):

official/nlp/configs/experiment_configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
from official.nlp.configs import finetuning_experiments
1818
from official.nlp.configs import pretraining_experiments
1919
from official.nlp.configs import wmt_transformer_experiments
20-
from official.nlp.projects.teams import teams_experiments
20+
from official.projects.teams import teams_experiments
File renamed without changes.

official/projects/teams/__init__.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+

0 commit comments

Comments
 (0)