Skip to content

Commit

Permalink
add more lc headers
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudTT committed May 24, 2024
1 parent e7515ff commit e0f0e62
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions model_demos/cv_demos/yolo_v5/pytorch_yolov5_320.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: © 2024 Tenstorrent AI ULC
# SPDX-License-Identifier: Apache-2.0

# YOLOv5 Demo - PyTorch

import os
Expand Down
3 changes: 3 additions & 0 deletions model_demos/cv_demos/yolo_v5/pytorch_yolov5_480.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: © 2024 Tenstorrent AI ULC
# SPDX-License-Identifier: Apache-2.0

# YOLOv5 Demo - PyTorch

import os
Expand Down
3 changes: 3 additions & 0 deletions model_demos/cv_demos/yolo_v5/pytorch_yolov5_640.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: © 2024 Tenstorrent AI ULC
# SPDX-License-Identifier: Apache-2.0

# YOLOv5 Demo - PyTorch

import os
Expand Down
3 changes: 3 additions & 0 deletions model_demos/cv_demos/yolo_v5/utils/processing.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: © 2024 Tenstorrent AI ULC
# SPDX-License-Identifier: Apache-2.0

from pathlib import Path

import cv2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: © 2024 Tenstorrent AI ULC
# SPDX-License-Identifier: Apache-2.0

# ALBERT Demo Script - SQuADv1.1 QA

import pybuda
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: © 2024 Tenstorrent AI ULC
# SPDX-License-Identifier: Apache-2.0

# ALBERT Demo Script - SST-2 Text Classification

import pybuda
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: © 2024 Tenstorrent AI ULC
# SPDX-License-Identifier: Apache-2.0

# ALBERT Demo Script - NER

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

# BERT Demo Script - Masked LM

import pybuda
Expand Down

0 comments on commit e0f0e62

Please sign in to comment.