Skip to content

Commit 8ee67f4

Browse files
update copyrights
1 parent f543cbd commit 8ee67f4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+73
-73
lines changed

containers/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, EleutherAI
1+
# Copyright (c) 2025, EleutherAI
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

deepy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright (c) 2024, EleutherAI
2+
# Copyright (c) 2025, EleutherAI
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

eval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, EleutherAI
1+
# Copyright (c) 2025, EleutherAI
22
# This file is based on code by the authors denoted below and has been modified from its original version.
33
#
44
# Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.

eval_tasks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, EleutherAI
1+
# Copyright (c) 2025, EleutherAI
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

eval_tasks/eval_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, EleutherAI
1+
# Copyright (c) 2025, EleutherAI
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

megatron/checkpointing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, EleutherAI
1+
# Copyright (c) 2025, EleutherAI
22
# This file is based on code by the authors denoted below and has been modified from its original version.
33
#
44
# Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.

megatron/data/blendable_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, EleutherAI
1+
# Copyright (c) 2025, EleutherAI
22
# This file is based on code by the authors denoted below and has been modified from its original version.
33
#
44
# Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.

megatron/data/data_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, EleutherAI
1+
# Copyright (c) 2025, EleutherAI
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

megatron/data/gpt2_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, EleutherAI
1+
# Copyright (c) 2025, EleutherAI
22
# This file is based on code by the authors denoted below and has been modified from its original version.
33
#
44
# Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.

megatron/data/indexed_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, EleutherAI
1+
# Copyright (c) 2025, EleutherAI
22
# This file is based on code by the authors denoted below and has been modified from its original version.
33
#
44
# Copyright (c) Facebook, Inc. and its affiliates.

0 commit comments

Comments
 (0)