From b4bce4becdb9b7ec1640b45224380e1fceaa8cf7 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Tue, 29 Oct 2024 17:47:44 +0100 Subject: [PATCH] Add copyright headers --- .github/workflows/ci-llama.yaml | 6 ++++++ .github/workflows/ci-sharktank.yml | 6 ++++++ .github/workflows/ci-tuner.yml | 6 ++++++ .github/workflows/ci_eval.yaml | 6 ++++++ .github/workflows/test.yaml | 6 ++++++ shortfin/tests/apps/llm/test_llm_server.py | 6 ++++++ shortfin/tests/apps/sd/e2e_test.py | 6 ++++++ 7 files changed, 42 insertions(+) diff --git a/.github/workflows/ci-llama.yaml b/.github/workflows/ci-llama.yaml index 68b0f69ba..e1d79694a 100644 --- a/.github/workflows/ci-llama.yaml +++ b/.github/workflows/ci-llama.yaml @@ -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: diff --git a/.github/workflows/ci-sharktank.yml b/.github/workflows/ci-sharktank.yml index d12d2c58c..cc62c5180 100644 --- a/.github/workflows/ci-sharktank.yml +++ b/.github/workflows/ci-sharktank.yml @@ -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: diff --git a/.github/workflows/ci-tuner.yml b/.github/workflows/ci-tuner.yml index fe14cd36e..cd4b26db5 100644 --- a/.github/workflows/ci-tuner.yml +++ b/.github/workflows/ci-tuner.yml @@ -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: diff --git a/.github/workflows/ci_eval.yaml b/.github/workflows/ci_eval.yaml index a528cfa13..78aaa84e3 100644 --- a/.github/workflows/ci_eval.yaml +++ b/.github/workflows/ci_eval.yaml @@ -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: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a005acf14..503e44e8a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: diff --git a/shortfin/tests/apps/llm/test_llm_server.py b/shortfin/tests/apps/llm/test_llm_server.py index e87b2797f..1b07d7cdd 100644 --- a/shortfin/tests/apps/llm/test_llm_server.py +++ b/shortfin/tests/apps/llm/test_llm_server.py @@ -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 diff --git a/shortfin/tests/apps/sd/e2e_test.py b/shortfin/tests/apps/sd/e2e_test.py index 6ded547aa..b8331946b 100644 --- a/shortfin/tests/apps/sd/e2e_test.py +++ b/shortfin/tests/apps/sd/e2e_test.py @@ -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