Skip to content

Commit

Permalink
Added TT copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
JushBJJ committed Jul 29, 2024
1 parent 65c2afb commit c22d0d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions model_demos/nlp_demos/qwen1_5/pytorch_qwen1_5.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: © 2024 Tenstorrent AI ULC
# SPDX-License-Identifier: Apache-2.0

# Qwen1.5-0.5B-Chat Demo - Text Generation

import os
import pybuda

Expand Down
5 changes: 5 additions & 0 deletions model_demos/nlp_demos/qwen1_5/pytorch_qwen1_5_chat.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: © 2024 Tenstorrent AI ULC
# SPDX-License-Identifier: Apache-2.0

# Qwen1.5-0.5B-Chat Demo - Chat

import os
import pybuda
import re
Expand Down

0 comments on commit c22d0d0

Please sign in to comment.