Skip to content

Commit

Permalink
#0: Update license files
Browse files Browse the repository at this point in the history
  • Loading branch information
mtairum committed Oct 25, 2024
1 parent 04c201b commit 0bf386b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions models/demos/llama3/tt/distributed_norm.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: © 2023 Tenstorrent Inc.

# SPDX-License-Identifier: Apache-2.0

import ttnn
from models.common.lightweightmodule import LightweightModule

Expand Down
4 changes: 4 additions & 0 deletions models/demos/llama3/tt/lm_head.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: © 2023 Tenstorrent Inc.

# SPDX-License-Identifier: Apache-2.0

import math
import torch
import ttnn
Expand Down

0 comments on commit 0bf386b

Please sign in to comment.