Skip to content

Commit

Permalink
Add copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre committed Oct 29, 2024
1 parent 023d31f commit b4bce4b
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-llama.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright 2024 Advanced Micro Devices, Inc.
#
# Licensed under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

name: Llama Benchmarking Tests

on:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ci-sharktank.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright 2024 Advanced Micro Devices, Inc.
#
# Licensed under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

name: CI - sharktank

on:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ci-tuner.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright 2024 Advanced Micro Devices, Inc.
#
# Licensed under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

name: CI - Tuner

on:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ci_eval.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright 2024 Advanced Micro Devices, Inc.
#
# Licensed under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

name: Evaluation Tests

on:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright 2024 Advanced Micro Devices, Inc.
#
# Licensed under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

name: Integration Tests

on:
Expand Down
6 changes: 6 additions & 0 deletions shortfin/tests/apps/llm/test_llm_server.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright 2024 Advanced Micro Devices, Inc.
#
# Licensed under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

import pytest
import subprocess
import time
Expand Down
6 changes: 6 additions & 0 deletions shortfin/tests/apps/sd/e2e_test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright 2024 Advanced Micro Devices, Inc.
#
# Licensed under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

import json
import requests
import time
Expand Down

0 comments on commit b4bce4b

Please sign in to comment.