Skip to content

Commit

Permalink
Adding SPDX headers to missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
staylorTT committed Aug 26, 2024
1 parent 478d688 commit 365b612
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pybuda/test/mlir/llama/utils/utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: © 2024 Tenstorrent AI ULC

# SPDX-License-Identifier: Apache-2.0

from transformers import LlamaConfig, LlamaForCausalLM, LlamaTokenizer

import pybuda
Expand Down
4 changes: 4 additions & 0 deletions pybuda/test/mlir/mnist/training/mnist_linear_pybuda.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: © 2024 Tenstorrent AI ULC

# SPDX-License-Identifier: Apache-2.0

import torch
from torchvision import datasets, transforms
from torch.utils.tensorboard import SummaryWriter
Expand Down
4 changes: 4 additions & 0 deletions pybuda/test/mlir/mnist/training/mnist_linear_pytorch.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: © 2024 Tenstorrent AI ULC

# SPDX-License-Identifier: Apache-2.0

import torch
from torchvision import datasets, transforms
from torch.utils.tensorboard import SummaryWriter
Expand Down

0 comments on commit 365b612

Please sign in to comment.