Skip to content

Commit

Permalink
Added llama3.2 license.
Browse files Browse the repository at this point in the history
  • Loading branch information
azchohfi committed Nov 18, 2024
1 parent 917dd7f commit 5c14af8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions AIDevGallery/Utils/LicenseInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,13 @@ public static LicenseInfo GetLicenseInfo(string? license)
LicenseUrl = "https://huggingface.co/meta-llama/Meta-Llama-3.1-8B/blob/main/LICENSE"
}
},
{
"llama3.2", new LicenseInfo
{
Name = "Llama 3.2 Community License Agreement",
LicenseUrl = "https://huggingface.co/meta-llama/Llama-3.2-1B/blob/main/LICENSE.txt"
}
},
{
"gemma", new LicenseInfo
{
Expand Down

0 comments on commit 5c14af8

Please sign in to comment.