Skip to content

Commit 0e0f3d7

Browse files
committed
Merge branch 'lab/copyright' into 'export/v1-1-0'
Add copyright See merge request onecomp/onecomp-lab!67
2 parents 4281a24 + f07ecc5 commit 0e0f3d7

8 files changed

Lines changed: 26 additions & 2 deletions

File tree

onecomp/lpcd/_gradient_solver.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
Copyright 2025-2026 Fujitsu Ltd.
3+
4+
"""
15
from abc import ABC, abstractmethod
26

37
import torch

onecomp/lpcd/_lpcd_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""LPCD configuration dataclass.
22
3-
Copyright 2026 Fujitsu Ltd.
3+
Copyright 2025-2026 Fujitsu Ltd.
44
55
Author: Yudai Fujimoto
66

onecomp/lpcd/_lpcd_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
enabled (QK, VO, MLP). Designed to be called from ``Runner`` after
55
the base quantiser has already been set up.
66
7-
Copyright 2026 Fujitsu Ltd.
7+
Copyright 2025-2026 Fujitsu Ltd.
88
99
Author: Yudai Fujimoto
1010

onecomp/lpcd/_metric.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
Copyright 2025-2026 Fujitsu Ltd.
3+
4+
"""
15
import torch
26
from torch import nn
37
from transformers.models.llama.modeling_llama import LlamaDecoderLayer

onecomp/lpcd/_refiner.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
Copyright 2025-2026 Fujitsu Ltd.
3+
4+
"""
15
import math
26
import torch
37
import torch.nn.functional as F

onecomp/lpcd/arch/_llama.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
Copyright 2025-2026 Fujitsu Ltd.
3+
4+
"""
15
import torch
26
from torch import nn
37
from transformers.models.llama.modeling_llama import (

onecomp/lpcd/arch/_llama_cf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
Copyright 2025-2026 Fujitsu Ltd.
3+
4+
"""
15
import math
26

37
import torch

onecomp/lpcd/arch/_qwen3.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
Copyright 2025-2026 Fujitsu Ltd.
3+
4+
"""
15
import torch
26
from transformers.models.qwen3.modeling_qwen3 import (
37
Qwen3DecoderLayer,

0 commit comments

Comments
 (0)