Skip to content

Commit 0e00335

Browse files
authored
update license for new recipes that use Llama 3 or newer (#1011)
2 parents 6160b77 + a549cb0 commit 0e00335

14 files changed

Lines changed: 13 additions & 16 deletions

File tree

3p-integrations/vllm/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Meta Platforms, Inc. and affiliates.
2-
# This software may be used and distributed according to the terms of the Llama 2 Community License Agreement.
2+
# This software may be used and distributed according to the terms of the Llama 3 Community License Agreement.
33

44
import uuid
55
import asyncio

end-to-end-use-cases/RAFT-Chatbot/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Meta Platforms, Inc. and affiliates.
2-
# This software may be used and distributed according to the terms of the Llama 2 Community License Agreement.
2+
# This software may be used and distributed according to the terms of the Llama 3 Community License Agreement.
33

44
import yaml
55

end-to-end-use-cases/RAFT-Chatbot/raft_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Meta Platforms, Inc. and affiliates.
2-
# This software may be used and distributed according to the terms of the Llama 2 Community License Agreement.
2+
# This software may be used and distributed according to the terms of the Llama 3 Community License Agreement.
33

44
import os
55
import logging

end-to-end-use-cases/benchmarks/inference/cloud/azure/chat_azure_api_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Meta Platforms, Inc. and affiliates.
2-
# This software may be used and distributed according to the terms of the Llama 2 Community License Agreement.
2+
# This software may be used and distributed according to the terms of the Llama 3 Community License Agreement.
33

44
import csv
55
import json

end-to-end-use-cases/benchmarks/inference/on_prem/vllm/chat_vllm_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Meta Platforms, Inc. and affiliates.
2-
# This software may be used and distributed according to the terms of the Llama 2 Community License Agreement.
2+
# This software may be used and distributed according to the terms of the Llama 3 Community License Agreement.
33

44
import csv
55
import json

end-to-end-use-cases/benchmarks/inference/on_prem/vllm/pretrained_vllm_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Meta Platforms, Inc. and affiliates.
2-
# This software may be used and distributed according to the terms of the Llama 2 Community License Agreement.
2+
# This software may be used and distributed according to the terms of the Llama 3 Community License Agreement.
33

44
import csv
55
import json

end-to-end-use-cases/coding/text2sql/csv2db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Meta Platforms, Inc. and affiliates.
2-
# This software may be used and distributed according to the terms of the Llama 2 Community License Agreement.
2+
# This software may be used and distributed according to the terms of the Llama 3 Community License Agreement.
33

44
import sqlite3
55
import csv

end-to-end-use-cases/coding/text2sql/txt2csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Meta Platforms, Inc. and affiliates.
2-
# This software may be used and distributed according to the terms of the Llama 2 Community License Agreement.
2+
# This software may be used and distributed according to the terms of the Llama 3 Community License Agreement.
33

44
import csv
55

getting-started/finetuning/datasets/custom_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Meta Platforms, Inc. and affiliates.
2-
# This software may be used and distributed according to the terms of the Llama 2 Community License Agreement.
2+
# This software may be used and distributed according to the terms of the Llama 3 Community License Agreement.
33

44
# For dataset details visit: https://huggingface.co/datasets/samsum
55

getting-started/finetuning/finetuning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Meta Platforms, Inc. and affiliates.
2-
# This software may be used and distributed according to the terms of the Llama 2 Community License Agreement.
2+
# This software may be used and distributed according to the terms of the Llama 3 Community License Agreement.
33

44
import fire
55
from llama_cookbook.finetuning import main

0 commit comments

Comments
 (0)