From d239e5329a3389c9ed677d411241da52a4b7cdc7 Mon Sep 17 00:00:00 2001 From: cmodi-meta <98582575+cmodi-meta@users.noreply.github.com> Date: Thu, 15 May 2025 12:31:17 -0700 Subject: [PATCH] Include copyright to yaml files --- config/examples/llamaapi-Llama-3.3-70B-Instruct.yaml | 1 + config/examples/llamaapi-Llama-3.3-8B-Instruct.yaml | 1 + config/examples/llamaapi-Llama-4-Scout-17B-16E-Instruct-FP8.yaml | 1 + .../llamaapi-llama-4-Maverick-17B-128E-Instruct-FP8.yaml | 1 + 4 files changed, 4 insertions(+) diff --git a/config/examples/llamaapi-Llama-3.3-70B-Instruct.yaml b/config/examples/llamaapi-Llama-3.3-70B-Instruct.yaml index 2ab19c750..392bbe268 100644 --- a/config/examples/llamaapi-Llama-3.3-70B-Instruct.yaml +++ b/config/examples/llamaapi-Llama-3.3-70B-Instruct.yaml @@ -1,3 +1,4 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates llm: api_type: llama_api base_url: "https://api.llama.com/compat/v1/" diff --git a/config/examples/llamaapi-Llama-3.3-8B-Instruct.yaml b/config/examples/llamaapi-Llama-3.3-8B-Instruct.yaml index 71b021106..c63e4b5d0 100644 --- a/config/examples/llamaapi-Llama-3.3-8B-Instruct.yaml +++ b/config/examples/llamaapi-Llama-3.3-8B-Instruct.yaml @@ -1,3 +1,4 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates llm: api_type: llama_api base_url: "https://api.llama.com/compat/v1/" diff --git a/config/examples/llamaapi-Llama-4-Scout-17B-16E-Instruct-FP8.yaml b/config/examples/llamaapi-Llama-4-Scout-17B-16E-Instruct-FP8.yaml index c148e7913..61504467b 100644 --- a/config/examples/llamaapi-Llama-4-Scout-17B-16E-Instruct-FP8.yaml +++ b/config/examples/llamaapi-Llama-4-Scout-17B-16E-Instruct-FP8.yaml @@ -1,3 +1,4 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates llm: api_type: llama_api base_url: "https://api.llama.com/compat/v1/" diff --git a/config/examples/llamaapi-llama-4-Maverick-17B-128E-Instruct-FP8.yaml b/config/examples/llamaapi-llama-4-Maverick-17B-128E-Instruct-FP8.yaml index a29fa3709..9bea8a93f 100644 --- a/config/examples/llamaapi-llama-4-Maverick-17B-128E-Instruct-FP8.yaml +++ b/config/examples/llamaapi-llama-4-Maverick-17B-128E-Instruct-FP8.yaml @@ -1,3 +1,4 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates llm: api_type: llama_api base_url: "https://api.llama.com/compat/v1/"