Skip to content

Commit

Permalink
update the header
Browse files Browse the repository at this point in the history
  • Loading branch information
JooZef315 committed Nov 6, 2024
1 parent 2223196 commit 5765524
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions tests/feature_extraction_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@

# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
# --------------------------------------------------------
# References:
# DeiT: https://github.com/facebookresearch/deit
# BEiT: https://github.com/microsoft/unilm/tree/master/beit
# --------------------------------------------------------

import unittest
from translation.feature_extraction_module import FeatureExtractionConfig, FeatureExtractionModule, LauncherConfig
Expand Down
5 changes: 0 additions & 5 deletions translation/feature_extraction_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@

# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
# --------------------------------------------------------
# References:
# DeiT: https://github.com/facebookresearch/deit
# BEiT: https://github.com/microsoft/unilm/tree/master/beit
# --------------------------------------------------------

import math
import time
Expand Down
5 changes: 0 additions & 5 deletions utils/download_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@

# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
# --------------------------------------------------------
# References:
# DeiT: https://github.com/facebookresearch/deit
# BEiT: https://github.com/microsoft/unilm/tree/master/beit
# --------------------------------------------------------

import os
import wget
Expand Down

0 comments on commit 5765524

Please sign in to comment.